We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a7eb5 commit 4d35af4Copy full SHA for 4d35af4
README.md
@@ -11,8 +11,6 @@ Experimental language-level polyfills for Async Rust.
11
## Examples
12
13
```rust
14
-use async_std::task;
15
-
16
#[async_attributes::main]
17
async fn main() {
18
println!("Hello, world!");
src/lib.rs
@@ -3,8 +3,6 @@
3
//! # Examples
4
//!
5
//! ```
6
-//! use async_std::task;
7
-//!
8
//! #[async_attributes::main]
9
//! async fn main() {
10
//! println!("Hello, world!");
0 commit comments