Skip to content

Commit 09929b4

Browse files
committed
Ignore clippy warnings
1 parent 15ce464 commit 09929b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
44

55
#![allow(deprecated)]
6+
#![cfg_attr(feature = "cargo-clippy", allow(let_and_return))]
7+
#![cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))]
8+
#![cfg_attr(feature = "cargo-clippy", allow(type_complexity))]
69

710
#[macro_use]
811
extern crate bitflags;

0 commit comments

Comments
 (0)