Skip to content

Commit 327d826

Browse files
epageKobzol
andauthored
fix: Balance parens
Co-authored-by: Jakub Beránek <[email protected]>
1 parent f416f7e commit 327d826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/inside-rust/this-development-cycle-in-cargo-1.90.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ You can have
136136
build = ["windows-manifest.rs", "release-info.rs"]
137137
```
138138
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).
139+
([documentation](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#metabuild)).
140140

141141
The next phase is static parameters being defined in `Cargo.toml`
142142
and then specifying dependencies using [artifact-dependencies](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#artifact-dependencies)

0 commit comments

Comments
 (0)