Skip to content

Commit f5eab47

Browse files
authored
Merge pull request #54 from tesaguri/doc-cleanup
Remove an unused `use` declaration in doctest
2 parents 48a0250 + 9b59cf9 commit f5eab47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//! # async fn main() {
88
//! use std::time::Duration;
99
//! use futures_timer::Delay;
10-
//! use futures::executor::block_on;
1110
//!
1211
//! let now = Delay::new(Duration::from_secs(3)).await;
1312
//! println!("waited for 3 secs");

0 commit comments

Comments
 (0)