mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
silence several clippy lints in tests
This commit is contained in:
parent
b590183d87
commit
6d21f9e08c
@ -1,3 +1,6 @@
|
|||||||
|
#![allow(clippy::many_single_char_names)]
|
||||||
|
#![allow(clippy::needless_range_loop)] // false positives
|
||||||
|
|
||||||
use std::cell::RefCell;
|
use std::cell::RefCell;
|
||||||
use std::cmp::PartialEq;
|
use std::cmp::PartialEq;
|
||||||
use std::cmp::{max, min};
|
use std::cmp::{max, min};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user