Skip to content

Commit c05adc5

Browse files
committed
Temporarily allow macro_use_extern_crate
1 parent f27aaac commit c05adc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#![feature(macro_at_most_once_rep)]
1414
#![feature(rust_2018_preview)]
1515
#![warn(rust_2018_idioms)]
16+
#![allow(macro_use_extern_crate)]
1617

1718
#[macro_use]
1819
extern crate rustc;

0 commit comments

Comments
 (0)