Skip to content

Commit 0080204

Browse files
committed
Ignore clippy lint
1 parent 24ae935 commit 0080204

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
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)