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.
2 parents 50d9473 + c9d79c0 commit 47e93ffCopy full SHA for 47e93ff
clippy_lints/src/lib.rs
@@ -9,7 +9,6 @@
9
#![recursion_limit = "256"]
10
#![warn(rust_2018_idioms, trivial_casts, trivial_numeric_casts)]
11
#![feature(crate_visibility_modifier)]
12
-#![feature(try_from)]
13
14
// FIXME: switch to something more ergonomic here, once available.
15
// (currently there is no way to opt into sysroot crates w/o `extern crate`)
src/driver.rs
@@ -1,7 +1,6 @@
1
// error-pattern:yummy
2
#![feature(box_syntax)]
3
#![feature(rustc_private)]
4
5
#![allow(clippy::missing_docs_in_private_items)]
6
7
0 commit comments