Allow no_effect lint
for cleaner stderr file Co-Authored-By: Philipp Krones <hello@philkrones.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#![warn(clippy::out_of_bounds_indexing)]
|
||||
#![allow(clippy::no_effect)]
|
||||
|
||||
fn main() {
|
||||
let x = [1, 2, 3, 4];
|
||||
|
||||
Reference in New Issue
Block a user