Skip to content

Commit a8d1beb

Browse files
authored
Add link to "The exclude and include fields" in example
1 parent 7f6ea1a commit a8d1beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ exclude = [
107107
```
108108

109109
If you’d rather explicitly list the files to include, Cargo also supports an
110-
`include` key, which if set, overrides the `exclude` key:
110+
[`include` key](manifest.md#the-exclude-and-include-fields), which if set, overrides the `exclude` key:
111111

112112
```toml
113113
[package]

0 commit comments

Comments
 (0)