We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2358ca2 commit be465c8Copy full SHA for be465c8
src/lib.rs
@@ -48,7 +48,7 @@
48
// this should be called `const_interior_mutability` IMO
49
const_refs_to_cell,
50
const_replace,
51
- const_slice_from_raw_parts,
+ const_slice_from_raw_parts_mut,
52
const_swap,
53
const_trait_impl,
54
core_intrinsics,
@@ -62,8 +62,7 @@
62
slice_partition_dedup,
63
specialization,
64
trusted_len,
65
- trusted_random_access,
66
- untagged_unions
+ trusted_random_access
67
)]
68
#![cfg_attr(feature = "std", feature(read_buf))]
69
0 commit comments