Skip to content

Commit be465c8

Browse files
Fix up some outdated / removed feature gates
1 parent 2358ca2 commit be465c8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
// this should be called `const_interior_mutability` IMO
4949
const_refs_to_cell,
5050
const_replace,
51-
const_slice_from_raw_parts,
51+
const_slice_from_raw_parts_mut,
5252
const_swap,
5353
const_trait_impl,
5454
core_intrinsics,
@@ -62,8 +62,7 @@
6262
slice_partition_dedup,
6363
specialization,
6464
trusted_len,
65-
trusted_random_access,
66-
untagged_unions
65+
trusted_random_access
6766
)]
6867
#![cfg_attr(feature = "std", feature(read_buf))]
6968

0 commit comments

Comments
 (0)