Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 6dc6a76

Browse files
committed
Ignore clippy warnings
1 parent bbb4a05 commit 6dc6a76

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)