mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-23 00:00:10 +02:00
timer: fix double newline in module docs (#3617)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user