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 a8bcb51 commit 81eb8a6Copy full SHA for 81eb8a6
src/lib.rs
@@ -10,7 +10,7 @@
10
#![feature(nonzero_ops)]
11
#![feature(let_chains)]
12
#![feature(lint_reasons)]
13
-#![cfg_attr(not(bootstrap), feature(trait_upcasting))]
+#![feature(trait_upcasting)]
14
// Configure clippy and other lints
15
#![allow(
16
clippy::collapsible_else_if,
0 commit comments