Skip to content

Commit

Permalink
fix: remove wrapping for sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Sep 6, 2022
1 parent 1175ee8 commit 98ccc09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/doc/src/reference/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98ccc09

Please sign in to comment.