mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
std:🧵:sleep
needs target_os
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
This commit is contained in:
parent
ebb4568d52
commit
a655117a5f
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ use crate::common::util::*;
|
|||
use filetime::FileTime;
|
||||
use rust_users::*;
|
||||
use std::os::unix::fs::PermissionsExt;
|
||||
#[cfg(target_os = "linux")]
|
||||
use std::thread::sleep;
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue