Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Remove unusued qualifications lint
Browse files Browse the repository at this point in the history
This is due to rust-lang/rust#37345, once that is fixed this can be
reverted
  • Loading branch information
TheNeikos committed Oct 22, 2016
1 parent f5daad6 commit d39a369
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
unused_imports,
unused_must_use,
unused_mut,
unused_qualifications,
while_true,
)]

Expand Down

0 comments on commit d39a369

Please sign in to comment.