Skip to content

Commit dd3423f

Browse files
author
Kyle Clemens
authored
fix: enable alloc_layout_extra for nightly feature
1 parent 4496e06 commit dd3423f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#![no_std]
1313
#![cfg_attr(
1414
feature = "nightly",
15-
feature(alloc, allocator_api, ptr_offset_from, test, core_intrinsics)
15+
feature(alloc, alloc_layout_extra, allocator_api, ptr_offset_from, test, core_intrinsics)
1616
)]
1717
#![warn(missing_docs)]
1818

0 commit comments

Comments
 (0)