remove now redundant non-doc comment

This commit is contained in:
Joshua Salzedo 2021-03-21 17:05:36 -07:00
parent 10f14747c3
commit 7988b78107
No known key found for this signature in database
GPG key ID: C3D0EB484493B731

View file

@ -46,9 +46,6 @@ impl Duration {
} }
} }
/*
NOTE: us delays may not be as accurate
*/
/// Creates a duration from the specified number of microseconds /// Creates a duration from the specified number of microseconds
/// NOTE: Delays this small may be inaccurate. /// NOTE: Delays this small may be inaccurate.
pub const fn from_micros(micros: u64) -> Duration { pub const fn from_micros(micros: u64) -> Duration {