Skip to content

Commit 560bf5f

Browse files
authored
Update manifest.md
Another alterations after pondering further
1 parent 535db2f commit 560bf5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ suites, benchmarks, binaries, examples, etc.
131131
edition = '2018'
132132
```
133133

134-
If the `edition` key is not set in your `Cargo.toml` file, Cargo will default to 2015.
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.
135135

136136
#### The `description` field
137137

0 commit comments

Comments
 (0)