Skip to content

Commit 5c2b9d7

Browse files
committed
Update contrib docs on rustfix issue tracking.
1 parent 5cb98b9 commit 5c2b9d7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/doc/contrib/src/issues.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ relevant are:
3333
* [`rust-lang/crates.io`] --- Home for the [crates.io] website.
3434

3535
Issues with [`cargo fix`] can be tricky to know where they should be filed,
36-
since the fixes are driven by `rustc`, processed by [`rustfix`], and the
37-
front-interface is implemented in Cargo. Feel free to file in the Cargo issue
38-
tracker, and it will get moved to one of the other issue trackers if
39-
necessary.
36+
since the fixes are driven by `rustc`, and the front-interface is implemented
37+
in Cargo. Feel free to file in the Cargo issue tracker, and it will get moved
38+
to the [`rust-lang/rust`] issue tracker if necessary.
4039

4140
[Process]: process/index.md
4241
[security policy]: https://www.rust-lang.org/security.html
@@ -51,7 +50,6 @@ necessary.
5150
[`rustup`]: https://rust-lang.github.io/rustup/
5251
[`rust-lang/crates.io`]: https://github.com/rust-lang/crates.io
5352
[crates.io]: https://crates.io/
54-
[`rustfix`]: https://github.com/rust-lang/rustfix/
5553
[`cargo fix`]: https://doc.rust-lang.org/cargo/commands/cargo-fix.html
5654

5755
## Issue labels

0 commit comments

Comments
 (0)