File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -203,14 +203,17 @@ description = "A short description of my package"
203
203
204
204
The ` documentation ` field specifies a URL to a website hosting the crate's
205
205
documentation. If no URL is specified in the manifest file, [ crates.io] will
206
- automatically link your crate to the corresponding [ docs.rs] page.
206
+ automatically link your crate to the corresponding [ docs.rs] page when the
207
+ documentation has been built and is available (see [ docs.rs queue] ).
207
208
208
209
``` toml
209
210
[package ]
210
211
# ...
211
212
documentation = " https://docs.rs/bitflags"
212
213
```
213
214
215
+ [ docs.rs queue ] : https://docs.rs/releases/queue
216
+
214
217
#### The ` readme ` field
215
218
216
219
The ` readme ` field should be the path to a file in the package root (relative
You can’t perform that action at this time.
0 commit comments