mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
fix(df) ~ fix lint complaint (unused import)
This commit is contained in:
parent
8d1f0edfc4
commit
2d5d0680d8
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ use kernel32::{
|
|||
use std::cell::Cell;
|
||||
use std::collections::HashMap;
|
||||
use std::collections::HashSet;
|
||||
use std::env;
|
||||
|
||||
#[cfg(unix)]
|
||||
use std::ffi::CString;
|
||||
|
|
Loading…
Reference in a new issue