Skip to content

Commit 98ccc09

Browse files
committed
fix: remove wrapping for sentence
1 parent 1175ee8 commit 98ccc09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/src/reference/manifest.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ The package name is an identifier used to refer to the package. It is used
7373
when listed as a dependency in another package, and as the default name of
7474
inferred lib and bin targets.
7575

76-
The name must use only [alphanumeric] characters or `-` or `_`, and cannot be
77-
empty.
76+
The name must use only [alphanumeric] characters or `-` or `_`, and cannot be empty.
7877

7978
Note that [`cargo new`] and [`cargo init`] impose some additional restrictions on
8079
the package name, such as enforcing that it is a valid Rust identifier and not

0 commit comments

Comments
 (0)