Update comment

This commit is contained in:
David Cook 2020-09-07 15:05:26 -05:00
parent 597360f499
commit 06aaea1d6b

View File

@ -8,7 +8,7 @@ fn duration_sanity(diff: Duration) {
assert!(diff.as_millis() < 500);
}
// Thus far, only `libc::nanosleep`, is implemented, not `c::Sleep`.
// Sleeping on Windows is not supported yet.
#[cfg(unix)]
fn test_sleep() {
let before = Instant::now();