Skip to content

Commit 5ceca48

Browse files
committed
temp
1 parent ab138ce commit 5ceca48

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/librustdoc/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![cfg_attr(bootstrap, feature(if_let_guard))]
12
#![doc(
23
html_root_url = "https://doc.rust-lang.org/nightly/",
34
html_playground_url = "https://play.rust-lang.org/"

src/tools/clippy/clippy_lints/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![cfg_attr(bootstrap, feature(if_let_guard))]
12
#![feature(array_windows)]
23
#![feature(box_patterns)]
34
#![feature(macro_metavar_expr_concat)]

src/tools/clippy/clippy_utils/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![cfg_attr(bootstrap, feature(if_let_guard))]
12
#![feature(box_patterns)]
23
#![feature(macro_metavar_expr)]
34
#![feature(never_type)]

0 commit comments

Comments
 (0)