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 f416f7e commit 327d826Copy full SHA for 327d826
content/inside-rust/this-development-cycle-in-cargo-1.90.md
@@ -136,7 +136,7 @@ You can have
136
build = ["windows-manifest.rs", "release-info.rs"]
137
```
138
and your package can access their `OUT_DIR`s as `env!("windows-manifest_OUT_DIR")` and `env!("release-info_OUTDIR")`
139
-([documentation](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#metabuild).
+([documentation](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#metabuild)).
140
141
The next phase is static parameters being defined in `Cargo.toml`
142
and then specifying dependencies using [artifact-dependencies](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#artifact-dependencies)
0 commit comments