]> git.proxmox.com Git - cargo.git/commitdiff
fix: remove wrapping for sentence
authorEsteban Borai <estebanborai@gmail.com>
Tue, 6 Sep 2022 01:01:56 +0000 (21:01 -0400)
committerEsteban Borai <estebanborai@gmail.com>
Tue, 6 Sep 2022 01:01:56 +0000 (21:01 -0400)
src/doc/src/reference/manifest.md

index 636d6058971db2bf93505c10c6a5e9cf7a615ae8..47aa6b824292d1ad8e24c695c4631d984e6c980e 100644 (file)
@@ -73,8 +73,7 @@ The package name is an identifier used to refer to the package. It is used
 when listed as a dependency in another package, and as the default name of
 inferred lib and bin targets.
 
-The name must use only [alphanumeric] characters or `-` or `_`, and cannot be
-empty.
+The name must use only [alphanumeric] characters or `-` or `_`, and cannot be empty.
 
 Note that [`cargo new`] and [`cargo init`] impose some additional restrictions on
 the package name, such as enforcing that it is a valid Rust identifier and not