We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db76c87 commit 401ceb0Copy full SHA for 401ceb0
text/3424-cargo-script.md
@@ -146,9 +146,10 @@ fn main() {
146
}
147
```
148
149
-The `cargo` section is called a [***manifest***][def-manifest], and it contains all of the
150
-metadata that Cargo needs to compile your package. This is written in the
151
-[TOML] format (pronounced /tɑməl/).
+The `cargo` section in the doc-comment (any doc-comment style is supported) is
+called a [***manifest***][def-manifest], and it contains all of the metadata
+that Cargo needs to compile your package. This is written in the [TOML] format
152
+(pronounced /tɑməl/).
153
154
`regex = "1.8.0"` is the name of the [crate][def-crate] and a [SemVer] version
155
requirement. The [specifying
0 commit comments