Skip to content

Commit 869ef91

Browse files
committed
Fix link name of tracking issue keep-going
1 parent 576356f commit 869ef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/unstable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ cargo rustc --crate-type lib,cdylib -Z unstable-options
455455
```
456456

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

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

0 commit comments

Comments
 (0)