Skip to content

Commit 81eb8a6

Browse files
Step all bootstrap cfgs forward
This also takes care of other bootstrap-related changes.
1 parent a8bcb51 commit 81eb8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#![feature(nonzero_ops)]
1111
#![feature(let_chains)]
1212
#![feature(lint_reasons)]
13-
#![cfg_attr(not(bootstrap), feature(trait_upcasting))]
13+
#![feature(trait_upcasting)]
1414
// Configure clippy and other lints
1515
#![allow(
1616
clippy::collapsible_else_if,

0 commit comments

Comments
 (0)