Skip to content

Commit 0149fef

Browse files
committed
Ignore clippy lint
1 parent 1b7103b commit 0149fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#![cfg_attr(feature = "cargo-clippy", allow(clippy::missing_panics_doc))]
4141
#![cfg_attr(feature = "cargo-clippy", allow(clippy::missing_const_for_fn))]
4242
#![cfg_attr(feature = "cargo-clippy", allow(clippy::option_if_let_else))]
43+
#![cfg_attr(feature = "cargo-clippy", allow(clippy::return_self_not_must_use))]
4344
#![cfg_attr(all(feature = "cargo-clippy", test), allow(clippy::cyclomatic_complexity))]
4445
#![cfg_attr(not(test), allow(dead_code))]
4546
// To build docs locally:

0 commit comments

Comments
 (0)