silence several clippy lints in tests

This commit is contained in:
Igor Makarov 2019-11-10 11:56:49 +02:00
parent b590183d87
commit 6d21f9e08c

View File

@ -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};