summaryrefslogtreecommitdiffstats
path: root/tests/by-util/test_df.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/by-util/test_df.rs')
-rw-r--r--tests/by-util/test_df.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/by-util/test_df.rs b/tests/by-util/test_df.rs
index 996b8dc29..c67af5cba 100644
--- a/tests/by-util/test_df.rs
+++ b/tests/by-util/test_df.rs
@@ -3,6 +3,13 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
// spell-checker:ignore udev pcent iuse itotal iused ipcent
+#![allow(
+ clippy::similar_names,
+ clippy::cast_possible_truncation,
+ clippy::cast_sign_loss,
+ clippy::float_cmp
+)]
+
use std::collections::HashSet;
use crate::common::util::TestScenario;