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"
203203
204204The ` documentation ` field specifies a URL to a website hosting the crate's
205205documentation. 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] ).
207208
208209``` toml
209210[package ]
210211# ...
211212documentation = " https://docs.rs/bitflags"
212213```
213214
215+ [ docs.rs queue ] : https://docs.rs/releases/queue
216+
214217#### The ` readme ` field
215218
216219The ` 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