Skip to content

Commit 8f75bed

Browse files
authored
Fix build error on latest nightly (#35)
See: rust-lang/rust#77134
1 parent 4a6c8f0 commit 8f75bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(const_fn)]
1+
#![feature(const_mut_refs)]
22
#![cfg_attr(
33
feature = "alloc_ref",
44
feature(allocator_api, alloc_layout_extra, nonnull_slice_from_raw_parts)

0 commit comments

Comments
 (0)