We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7b9f4 commit d25c146Copy full SHA for d25c146
src/lib.rs
@@ -44,6 +44,7 @@
44
clippy::get_unwrap,
45
clippy::if_then_some_else_none,
46
clippy::imprecise_flops,
47
+ clippy::index_refutable_slice,
48
clippy::let_underscore_must_use,
49
clippy::lossy_float_literal,
50
clippy::map_err_ignore,
0 commit comments