Skip to content

Commit f6935be

Browse files
committed
clippy_lints: enable crate_visibility_modifier since it is used but no longer part of 2018 edition.
Fixes build with rust-lang/rust#53999
1 parent 404dd82 commit f6935be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#![feature(macro_at_most_once_rep)]
1111
#![feature(tool_lints)]
1212
#![warn(rust_2018_idioms)]
13+
#![feature(crate_visibility_modifier)]
1314

1415
use toml;
1516
use rustc_plugin;

0 commit comments

Comments
 (0)