]> git.proxmox.com Git - cargo.git/commitdiff
fix: add periods to list items
authorEsteban Borai <estebanborai@gmail.com>
Tue, 6 Sep 2022 00:57:30 +0000 (21:57 -0300)
committerGitHub <noreply@github.com>
Tue, 6 Sep 2022 00:57:30 +0000 (21:57 -0300)
Co-authored-by: Weihang Lo <weihanglo@users.noreply.github.com>
src/doc/src/reference/manifest.md

index 5a753600303600ccf39511fbbce6fb1d3a4d8182..636d6058971db2bf93505c10c6a5e9cf7a615ae8 100644 (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