Skip to content

Commit 4f62f52

Browse files
author
Ariel Ben-Yehuda
committed
remove unstable comment
1 parent dfb2342 commit 4f62f52

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/rt/timer.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ pub trait Timer {
7575
fn sleep_until(&self, deadline: Instant) -> Pin<Box<dyn Sleep>>;
7676

7777
/// Return an `Instant` representing the current time
78-
///
79-
/// This function is currently unstable to implement - its
80-
/// definition might change in a future version of Hyper
81-
///
82-
/// FIXME: do we want to mention this function in the module doc comment?
8378
fn now(&self) -> Instant {
8479
Instant::now()
8580
}

0 commit comments

Comments
 (0)