mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
fix: remove wrapping for sentence
This commit is contained in:
parent
1175ee81bf
commit
98ccc09eb5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user