We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12fe8b commit cbffe0cCopy full SHA for cbffe0c
src/lib.rs
@@ -94,6 +94,7 @@
94
clippy::cast_possible_truncation,
95
clippy::checked_conversions,
96
clippy::doc_markdown,
97
+ clippy::elidable_lifetime_names,
98
clippy::incompatible_msrv,
99
clippy::items_after_statements,
100
clippy::iter_without_into_iter,
0 commit comments