1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

refactor/polish ~ fix cargo clippy complaints (unused imports)

This commit is contained in:
Roy Ivy III 2020-01-27 23:01:55 -06:00
parent daecc56d47
commit 15722e3ace
2 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#[cfg(target_os = "linux")]
use common::util::*;
#[cfg(target_os = "linux")]
#[test]
fn test_count() {