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.
#[cfg(bootstrap)]
1 parent 09bdb28 commit b9aa13eCopy full SHA for b9aa13e
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