mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
uucore/safe_traversal: remove unnecessary cfg
This commit is contained in:
@@ -430,7 +430,6 @@ impl Metadata {
|
||||
}
|
||||
|
||||
// Add MetadataExt trait implementation for compatibility
|
||||
#[cfg(not(windows))]
|
||||
impl std::os::unix::fs::MetadataExt for Metadata {
|
||||
fn dev(&self) -> u64 {
|
||||
self.stat.st_dev
|
||||
|
||||
Reference in New Issue
Block a user