remove now redundant non-doc comment
This commit is contained in:
parent
10f14747c3
commit
7988b78107
1 changed files with 0 additions and 3 deletions
|
@ -46,9 +46,6 @@ impl Duration {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
NOTE: us delays may not be as accurate
|
||||
*/
|
||||
/// Creates a duration from the specified number of microseconds
|
||||
/// NOTE: Delays this small may be inaccurate.
|
||||
pub const fn from_micros(micros: u64) -> Duration {
|
||||
|
|
Loading…
Reference in a new issue