Skip to content

Commit bc1f0b5

Browse files
committed
Auto merge of #7724 - ehuss:update-config-tracking-issue, r=alexcrichton
Add config tracking issue links.
2 parents e37f62f + edcaab8 commit bc1f0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/unstable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ like to stabilize it somehow!
429429
[rust-lang/rust#64158]: https://github.com/rust-lang/rust/pull/64158
430430

431431
### config-cli
432-
* Original Issue: [#6699](https://github.com/rust-lang/cargo/issues/6699)
432+
* Tracking Issue: [#7722](https://github.com/rust-lang/cargo/issues/7722)
433433

434434
The `--config` CLI option allows arbitrary config values to be passed
435435
in via the command-line. The argument should be in TOML syntax of KEY=VALUE:
@@ -463,7 +463,7 @@ cargo --config profile.dev.package.image.opt-level=3 …
463463
```
464464

465465
### config-include
466-
* Original Issue: [#6699](https://github.com/rust-lang/cargo/issues/6699)
466+
* Tracking Issue: [#7723](https://github.com/rust-lang/cargo/issues/7723)
467467

468468
The `include` key in a config file can be used to load another config file. It
469469
takes a string for a path to another file relative to the config file, or a

0 commit comments

Comments
 (0)