Skip to content

Commit 0d018dd

Browse files
committed
Add preview feature
1 parent 4fab29d commit 0d018dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
#![cfg_attr(feature = "no-std", no_std)]
199199
#![cfg_attr(test, feature(test))]
200200
#![cfg_attr(test, feature(inclusive_range))]
201+
#![feature(rust_2018_preview)]
201202

202203
mod core_or_std {
203204
#[cfg(not(feature = "no-std"))] pub use ::std::*;

0 commit comments

Comments
 (0)