Skip to content

Commit 7a88896

Browse files
phanschflip1995
andauthored
Allow no_effect lint
for cleaner stderr file Co-Authored-By: Philipp Krones <[email protected]>
1 parent 65e9477 commit 7a88896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/out_of_bounds_indexing/issue-3102.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![warn(clippy::out_of_bounds_indexing)]
2+
#![allow(clippy::no_effect)]
23

34
fn main() {
45
let x = [1, 2, 3, 4];

0 commit comments

Comments
 (0)