Skip to content

Commit 976771d

Browse files
committed
Auto merge of #12705 - Turbo87:patch-1, r=epage
doc/reference/manifest: Adjust `keywords` description This adjusts the naming rules for keywords to match the implemented reality: https://github.com/rust-lang/crates.io/blob/aab95692baa0dd2374a2ab5cb2cb2d89d7b2a2eb/src/models/keyword.rs#L56-L64 see also: - rust-lang/rfcs#3488 (comment) - rust-lang/rfcs#3488 (comment)
2 parents 40b78fe + 6a6b5e0 commit 976771d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/src/reference/manifest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@ words that would help someone find this crate.
306306
keywords = ["gamedev", "graphics"]
307307
```
308308

309-
> **Note**: [crates.io] has a maximum of 5 keywords. Each keyword must be
310-
> ASCII text, start with a letter, and only contain letters, numbers, `_` or
311-
> `-`, and have at most 20 characters.
309+
> **Note**: [crates.io] allows a maximum of 5 keywords. Each keyword must be
310+
> ASCII text, have at most 20 characters, start with an alphanumeric character,
311+
> and only contain letters, numbers, `_`, `-` or `+`.
312312
313313
### The `categories` field
314314

0 commit comments

Comments
 (0)