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"
209
209
### The ` documentation ` field
210
210
211
211
The ` 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.
215
213
216
214
``` toml
217
215
[package ]
218
216
# ...
219
217
documentation = " https://docs.rs/bitflags"
220
218
```
221
219
222
- [ docs.rs queue ] : https://docs.rs/releases/queue
223
-
224
220
### The ` readme ` field
225
221
226
222
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