Skip to content

Commit

Permalink
timer: fix double newline in module docs (#3617)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn authored Mar 16, 2021
1 parent e6a9167 commit f107c4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tokio/src/time/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@
//! Wait 100ms and print "100 ms have elapsed"
//!
//! ```
//! use tokio::time::sleep;
//!
//! use std::time::Duration;
//!
//! use tokio::time::sleep;
//!
//! #[tokio::main]
//! async fn main() {
Expand Down

0 comments on commit f107c4f

Please sign in to comment.