We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7103b commit 0149fefCopy full SHA for 0149fef
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