Skip to content

Commit

Permalink
Auto merge of #10874 - weihanglo:cleanup-unstable, r=ehuss
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Jul 17, 2022
2 parents 576356f + 7bd2482 commit 3e1016f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/doc/src/reference/unstable.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ Each new feature described below should explain how to use it.
* [`doctest-in-workspace`](#doctest-in-workspace) — Fixes workspace-relative paths when running doctests.
* [rustdoc-map](#rustdoc-map) — Provides mappings for documentation to link to external sites like [docs.rs](https://docs.rs/).
* `Cargo.toml` extensions
* [Profile `strip` option](#profile-strip-option) — Forces the removal of debug information and symbols from executables.
* [Profile `rustflags` option](#profile-rustflags-option) — Passed directly to rustc.
* [per-package-target](#per-package-target) — Sets the `--target` to use for each individual package.
* [artifact dependencies](#artifact-dependencies) - Allow build artifacts to be included into other build artifacts and build them for different targets.
Expand Down Expand Up @@ -455,7 +454,7 @@ cargo rustc --crate-type lib,cdylib -Z unstable-options
```

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

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

0 comments on commit 3e1016f

Please sign in to comment.