Skip to content

Commit d3d877e

Browse files
committed
Remove stabilized feature
1 parent 3ccc544 commit d3d877e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lib.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
#![cfg_attr(
2-
feature = "alloc_ref",
3-
feature(allocator_api, alloc_layout_extra, nonnull_slice_from_raw_parts)
4-
)]
1+
#![cfg_attr(feature = "alloc_ref", feature(allocator_api, alloc_layout_extra))]
52
#![no_std]
63

74
#[cfg(any(test, fuzzing))]

0 commit comments

Comments
 (0)