We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9385a31 commit bd22ba9Copy full SHA for bd22ba9
src/lib.rs
@@ -1,4 +1,3 @@
1
-#![feature(lazy_cell)]
2
#![feature(rustc_private)] //for private crate imports for tests
3
#![feature(vec_into_raw_parts)]
4
#![feature(thread_local)]
src/main.rs
#![feature(duration_constants)]
src/tools/fs_utils.rs
0 commit comments