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.
1 parent bc337f3 commit a9f1f99Copy full SHA for a9f1f99
src/lib.rs
@@ -17,7 +17,7 @@
17
#![feature(derive_coerce_pointee)]
18
#![feature(arbitrary_self_types)]
19
#![feature(iter_advance_by)]
20
-#![feature(duration_from_nanos_u128)]
+#![cfg_attr(bootstrap, feature(duration_from_nanos_u128))]
21
// Configure clippy and other lints
22
#![allow(
23
clippy::collapsible_else_if,
0 commit comments