Skip to content

Commit 3e1016f

Browse files
committed
Auto merge of #10874 - weihanglo:cleanup-unstable, r=ehuss
Clean up leftover in unstable documentation ### What does this PR try to resolve? - Fix the name of the link to `--keep-going` original issue. - Clean up leftover of `strip` option in unstable documentation.
2 parents 576356f + 7bd2482 commit 3e1016f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/src/reference/unstable.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ Each new feature described below should explain how to use it.
8787
* [`doctest-in-workspace`](#doctest-in-workspace) — Fixes workspace-relative paths when running doctests.
8888
* [rustdoc-map](#rustdoc-map) — Provides mappings for documentation to link to external sites like [docs.rs](https://docs.rs/).
8989
* `Cargo.toml` extensions
90-
* [Profile `strip` option](#profile-strip-option) — Forces the removal of debug information and symbols from executables.
9190
* [Profile `rustflags` option](#profile-rustflags-option) — Passed directly to rustc.
9291
* [per-package-target](#per-package-target) — Sets the `--target` to use for each individual package.
9392
* [artifact dependencies](#artifact-dependencies) - Allow build artifacts to be included into other build artifacts and build them for different targets.
@@ -455,7 +454,7 @@ cargo rustc --crate-type lib,cdylib -Z unstable-options
455454
```
456455

457456
### keep-going
458-
* Tracking Issue: [#0](https://github.com/rust-lang/cargo/issues/10496)
457+
* Tracking Issue: [#10496](https://github.com/rust-lang/cargo/issues/10496)
459458

460459
`cargo build --keep-going` (and similarly for `check`, `test` etc) will build as
461460
many crates in the dependency graph as possible, rather than aborting the build

0 commit comments

Comments
 (0)