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 252bbdd commit cf6277bCopy full SHA for cf6277b
README.md
@@ -111,13 +111,13 @@ git clone git@github.com:async-rs/async-std.git && cd async-std
111
Generate docs:
112
113
```
114
-cargo doc --features docs --open
+cargo +nightly doc --features docs --open
115
116
117
Check out the [examples](examples). To run an example:
118
119
120
-cargo run --example hello-world
+cargo +nightly run --example hello-world
121
122
123
## Contributing
0 commit comments