We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 404dd82 + f6935be commit fdd830fCopy full SHA for fdd830f
clippy_lints/src/lib.rs
@@ -10,6 +10,7 @@
10
#![feature(macro_at_most_once_rep)]
11
#![feature(tool_lints)]
12
#![warn(rust_2018_idioms)]
13
+#![feature(crate_visibility_modifier)]
14
15
use toml;
16
use rustc_plugin;
0 commit comments