mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
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,4 +1,5 @@
|
||||
#![warn(clippy::out_of_bounds_indexing)]
|
||||
#![allow(clippy::no_effect)]
|
||||
|
||||
fn main() {
|
||||
let x = [1, 2, 3, 4];
|
||||
|
Loading…
Reference in New Issue
Block a user