Allow no_effect lint
for cleaner stderr file Co-Authored-By: Philipp Krones <hello@philkrones.com>
This commit is contained in:
parent
65e9477b84
commit
7a888968f9
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#![warn(clippy::out_of_bounds_indexing)]
|
||||
#![allow(clippy::no_effect)]
|
||||
|
||||
fn main() {
|
||||
let x = [1, 2, 3, 4];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue