Skip to content

Commit b05cd86

Browse files
committed
Auto merge of #6581 - dwijnand:private-publish-docs, r=ehuss
Mention "private" in publish field docs Fixes #6576
2 parents 3de188f + 467f878 commit b05cd86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/src/reference/manifest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ migration.
166166
#### The `publish` field (optional)
167167

168168
The `publish` field can be used to prevent a package from being published to a
169-
package registry (like *crates.io*) by mistake.
169+
package registry (like *crates.io*) by mistake, for instance to keep a package
170+
private in a company.
170171

171172
```toml
172173
[package]

0 commit comments

Comments
 (0)