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 7b9150b commit d9fc9d8Copy full SHA for d9fc9d8
src/lib.rs
@@ -1,9 +1,6 @@
1
#![doc = include_str!("../README.md")]
2
#![no_std]
3
-#![cfg_attr(
4
- feature = "allocator_api",
5
- feature(allocator_api, nonnull_slice_from_raw_parts, alloc_layout_extra)
6
-)]
+#![cfg_attr(feature = "allocator_api", feature(allocator_api, alloc_layout_extra))]
7
8
use core::alloc::{GlobalAlloc, Layout};
9
use core::cell::RefCell;
0 commit comments