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 65e9477 commit 7a88896Copy full SHA for 7a88896
tests/ui/out_of_bounds_indexing/issue-3102.rs
@@ -1,4 +1,5 @@
1
#![warn(clippy::out_of_bounds_indexing)]
2
+#![allow(clippy::no_effect)]
3
4
fn main() {
5
let x = [1, 2, 3, 4];
0 commit comments