Skip to content

Commit

Permalink
clippy_lints: enable crate_visibility_modifier since it is used but n…
Browse files Browse the repository at this point in the history
…o longer part of 2018 edition.

Fixes build with rust-lang/rust#53999
  • Loading branch information
matthiaskrgr committed Sep 7, 2018
1 parent 404dd82 commit f6935be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clippy_lints/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#![feature(macro_at_most_once_rep)]
#![feature(tool_lints)]
#![warn(rust_2018_idioms)]
#![feature(crate_visibility_modifier)]

use toml;
use rustc_plugin;
Expand Down

0 comments on commit f6935be

Please sign in to comment.