Skip to content

Commit

Permalink
Remove stabilized feature
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Mar 30, 2024
1 parent 3ccc544 commit d3d877e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#![cfg_attr(
feature = "alloc_ref",
feature(allocator_api, alloc_layout_extra, nonnull_slice_from_raw_parts)
)]
#![cfg_attr(feature = "alloc_ref", feature(allocator_api, alloc_layout_extra))]
#![no_std]

#[cfg(any(test, fuzzing))]
Expand Down

0 comments on commit d3d877e

Please sign in to comment.