forked from mirror/async-std
Fixes feature flag used in generating the docs in the README
This commit is contained in:
parent
6fe958f745
commit
252bbddbd1
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ git clone git@github.com:async-rs/async-std.git && cd async-std
|
|||
Generate docs:
|
||||
|
||||
```
|
||||
cargo doc --features docs.rs --open
|
||||
cargo doc --features docs --open
|
||||
```
|
||||
|
||||
Check out the [examples](examples). To run an example:
|
||||
|
|
Loading…
Reference in a new issue