1
Fork 0

Rebase slice_group_by stabilization PR

This commit is contained in:
David Tolnay 2024-01-25 22:20:42 -08:00
parent c5c2fb1761
commit 97a720b39b
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 2 additions and 3 deletions

View file

@ -21,7 +21,7 @@ index 897a5e9..331f66f 100644
-#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
#![cfg_attr(test, feature(cfg_match))]
#![feature(int_roundings)]
#![feature(slice_group_by)]
#![feature(split_array)]
diff --git a/atomic.rs b/atomic.rs
index b735957..ea728b6 100644
--- a/atomic.rs