Skip to content

Commit

Permalink
Fix build error on latest nightly (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
toku-sa-n committed Sep 24, 2020
1 parent 4a6c8f0 commit 8f75bed
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,4 +1,4 @@
#![feature(const_fn)]
#![feature(const_mut_refs)]
#![cfg_attr(
feature = "alloc_ref",
feature(allocator_api, alloc_layout_extra, nonnull_slice_from_raw_parts)
Expand Down

0 comments on commit 8f75bed

Please sign in to comment.