Allow no_effect lint

for cleaner stderr file

Co-Authored-By: Philipp Krones <hello@philkrones.com>
This commit is contained in:
Philipp Hansch 2019-07-16 21:29:03 +02:00 committed by GitHub
parent 65e9477b84
commit 7a888968f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
#![warn(clippy::out_of_bounds_indexing)]
#![allow(clippy::no_effect)]
fn main() {
let x = [1, 2, 3, 4];