We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ae935 commit 0080204Copy full SHA for 0080204
src/lib.rs
@@ -40,6 +40,7 @@
40
#![cfg_attr(feature = "cargo-clippy", allow(clippy::missing_panics_doc))]
41
#![cfg_attr(feature = "cargo-clippy", allow(clippy::missing_const_for_fn))]
42
#![cfg_attr(feature = "cargo-clippy", allow(clippy::option_if_let_else))]
43
+#![cfg_attr(feature = "cargo-clippy", allow(clippy::return_self_not_must_use))]
44
#![cfg_attr(all(feature = "cargo-clippy", test), allow(clippy::cyclomatic_complexity))]
45
#![cfg_attr(not(test), allow(dead_code))]
46
// To build docs locally:
0 commit comments