mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +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::cmp::PartialEq;
|
||||
use std::cmp::{max, min};
|
||||
|
Loading…
x
Reference in New Issue
Block a user