File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -209,18 +209,14 @@ description = "A short description of my package"
209209### The ` documentation ` field
210210
211211The ` documentation ` field specifies a URL to a website hosting the crate's
212- documentation. If no URL is specified in the manifest file, [ crates.io] will
213- automatically link your crate to the corresponding [ docs.rs] page when the
214- documentation has been built and is available (see [ docs.rs queue] ).
212+ documentation.
215213
216214``` toml
217215[package ]
218216# ...
219217documentation = " https://docs.rs/bitflags"
220218```
221219
222- [ docs.rs queue ] : https://docs.rs/releases/queue
223-
224220### The ` readme ` field
225221
226222The ` 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