Skip to content

Commit 4d35af4

Browse files
committed
remove unused code
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 49a7eb5 commit 4d35af4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Experimental language-level polyfills for Async Rust.
1111
## Examples
1212

1313
```rust
14-
use async_std::task;
15-
1614
#[async_attributes::main]
1715
async fn main() {
1816
println!("Hello, world!");

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
//! # Examples
44
//!
55
//! ```
6-
//! use async_std::task;
7-
//!
86
//! #[async_attributes::main]
97
//! async fn main() {
108
//! println!("Hello, world!");

0 commit comments

Comments
 (0)