Skip to content

Commit 252bbdd

Browse files
Fixes feature flag used in generating the docs in the README
1 parent 6fe958f commit 252bbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ git clone git@github.com:async-rs/async-std.git && cd async-std
111111
Generate docs:
112112

113113
```
114-
cargo doc --features docs.rs --open
114+
cargo doc --features docs --open
115115
```
116116

117117
Check out the [examples](examples). To run an example:

0 commit comments

Comments
 (0)