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 401ceb0 commit d86f217Copy full SHA for d86f217
text/3424-cargo-script.md
@@ -146,7 +146,7 @@ fn main() {
146
}
147
```
148
149
-The `cargo` section in the doc-comment (any doc-comment style is supported) is
+The `cargo` section in the doc-comment (any module inner doc-comment style is supported) is
150
called a [***manifest***][def-manifest], and it contains all of the metadata
151
that Cargo needs to compile your package. This is written in the [TOML] format
152
(pronounced /tɑməl/).
0 commit comments