fix: add periods to list items

Co-authored-by: Weihang Lo <weihanglo@users.noreply.github.com>
This commit is contained in:
Esteban Borai 2022-09-05 21:57:30 -03:00 committed by GitHub
parent 8913cbfc66
commit 1175ee81bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,10 +80,10 @@ Note that [`cargo new`] and [`cargo init`] impose some additional restrictions o
the package name, such as enforcing that it is a valid Rust identifier and not
a keyword. [crates.io] imposes even more restrictions, such as:
- Only ASCII characters are allowed
- Do not use reserved names
- Do not use special Windows name such as "nul"
- Use a maximum of 64 characters of length
- Only ASCII characters are allowed.
- Do not use reserved names.
- Do not use special Windows name such as "nul".
- Use a maximum of 64 characters of length.
[alphanumeric]: ../../std/primitive.char.html#method.is_alphanumeric