Skip to content

Commit

Permalink
Ignore clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
EPashkin committed Jun 27, 2018
1 parent 15ce464 commit 09929b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>

#![allow(deprecated)]
#![cfg_attr(feature = "cargo-clippy", allow(let_and_return))]
#![cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))]
#![cfg_attr(feature = "cargo-clippy", allow(type_complexity))]

#[macro_use]
extern crate bitflags;
Expand Down

0 comments on commit 09929b4

Please sign in to comment.