mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 23:20:39 +00:00
Merge branch 'pr-474'
This commit is contained in:
commit
f34e919e60
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ extern crate collections;
|
|||
// for unicode nfc normalization
|
||||
extern crate unicode_normalization;
|
||||
|
||||
use rustc::plugin::Registry;
|
||||
extern crate rustc_plugin;
|
||||
|
||||
use rustc_plugin::Registry;
|
||||
|
||||
#[macro_use]
|
||||
pub mod utils;
|
||||
|
|
Loading…
Reference in a new issue