We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09bdb28 + 4ffcb96 commit d122fcdCopy full SHA for d122fcd
src/lib.rs
@@ -17,7 +17,7 @@
17
#![feature(derive_coerce_pointee)]
18
#![feature(arbitrary_self_types)]
19
#![feature(iter_advance_by)]
20
-#![cfg_attr(not(bootstrap), feature(duration_from_nanos_u128))]
+#![feature(duration_from_nanos_u128)]
21
// Configure clippy and other lints
22
#![allow(
23
clippy::collapsible_else_if,
0 commit comments