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 ab138ce commit 5ceca48Copy full SHA for 5ceca48
src/librustdoc/lib.rs
@@ -1,3 +1,4 @@
1
+#![cfg_attr(bootstrap, feature(if_let_guard))]
2
#![doc(
3
html_root_url = "https://doc.rust-lang.org/nightly/",
4
html_playground_url = "https://play.rust-lang.org/"
src/tools/clippy/clippy_lints/src/lib.rs
#![feature(array_windows)]
#![feature(box_patterns)]
#![feature(macro_metavar_expr_concat)]
src/tools/clippy/clippy_utils/src/lib.rs
#![feature(macro_metavar_expr)]
#![feature(never_type)]
0 commit comments