From 7988b78107245b33fb8241d0eb04c7110e03f213 Mon Sep 17 00:00:00 2001 From: Joshua Salzedo Date: Sun, 21 Mar 2021 17:05:36 -0700 Subject: [PATCH] remove now redundant non-doc comment --- embassy/src/time/duration.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/embassy/src/time/duration.rs b/embassy/src/time/duration.rs index db0e2cf2d..38b0c0832 100644 --- a/embassy/src/time/duration.rs +++ b/embassy/src/time/duration.rs @@ -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 {