Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprince committed Jan 26, 2017
1 parent 3e03b5d commit a140c3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_lints/src/lib.rs
Expand Up @@ -14,7 +14,6 @@
#![allow(indexing_slicing, shadow_reuse, unknown_lints, missing_docs_in_private_items)]
#![allow(needless_lifetimes)]

#[macro_use]
extern crate syntax;
#[macro_use]
extern crate rustc;
Expand Down

0 comments on commit a140c3c

Please sign in to comment.