diff options
Diffstat (limited to 'test/sys/test_stat.rs')
-rw-r--r-- | test/sys/test_stat.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sys/test_stat.rs b/test/sys/test_stat.rs index 2f26e789..426b4b65 100644 --- a/test/sys/test_stat.rs +++ b/test/sys/test_stat.rs @@ -1,3 +1,5 @@ +// The conversion is not useless on all platforms. +#[allow(clippy::useless_conversion)] #[cfg(target_os = "freebsd")] #[test] fn test_chflags() { |