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 41b2e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![cfg_attr(
feature = "alloc_ref",
feature(allocator_api, alloc_layout_extra, nonnull_slice_from_raw_parts)
feature(allocator_api, alloc_layout_extra)
)]
#![no_std]

Expand Down

0 comments on commit 41b2e8d

Please sign in to comment.