Skip to content

Commit d9fc9d8

Browse files
committed
Remove nonnull_slice_from_raw_parts feature which is now stable since 1.70
1 parent 7b9150b commit d9fc9d8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#![doc = include_str!("../README.md")]
22
#![no_std]
3-
#![cfg_attr(
4-
feature = "allocator_api",
5-
feature(allocator_api, nonnull_slice_from_raw_parts, alloc_layout_extra)
6-
)]
3+
#![cfg_attr(feature = "allocator_api", feature(allocator_api, alloc_layout_extra))]
74

85
use core::alloc::{GlobalAlloc, Layout};
96
use core::cell::RefCell;

0 commit comments

Comments
 (0)