Skip to content

Commit d1c28a5

Browse files
authored
Update manifest.md
Based on feedback, removed invalid value statement.
1 parent 560bf5f commit d1c28a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/manifest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ brackets at the end of each author.
119119
<a id="the-edition-field-optional"></a>
120120
#### The `edition` field
121121

122-
The `edition` key is an optional key that affects which edition your package
122+
The `edition` key is an optional key that affects which [Rust Edition] your package
123123
is compiled with. [`cargo new`] will generate a package with the `edition` key
124124
set to the latest edition. Setting the `edition` key in
125125
`[package]` will affect all targets/crates in the package, including test
@@ -131,7 +131,7 @@ suites, benchmarks, binaries, examples, etc.
131131
edition = '2018'
132132
```
133133

134-
If the `edition` key is not set, or the value is not a valid [Rust edition] in your `Cargo.toml`, Cargo will default to 2015.
134+
If the `edition` key is not set in your `Cargo.toml`, Cargo will default to 2015.
135135

136136
#### The `description` field
137137

0 commit comments

Comments
 (0)