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 f627ae2 commit 728a241Copy full SHA for 728a241
clippy_lints/src/lib.rs
@@ -12,7 +12,6 @@
12
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
13
#![feature(crate_visibility_modifier)]
14
#![feature(concat_idents)]
15
-#![feature(result_map_or)]
16
17
// FIXME: switch to something more ergonomic here, once available.
18
// (Currently there is no way to opt into sysroot crates without `extern crate`.)
src/driver.rs
@@ -1,5 +1,4 @@
1
2
3
#![feature(rustc_private)]
4
5
0 commit comments