Skip to content

Commit 5cea8f1

Browse files
committed
docs(cargo-fix): remove unnecessary issue tracker link
I believe it is a leftover when cargo-fix was an external command.
1 parent f651497 commit 5cea8f1

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

src/doc/man/cargo-fix.md

-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ pass `--target` to fix code for the given target.
3737

3838
cargo fix --target x86_64-pc-windows-gnu
3939

40-
If you encounter any problems with `cargo fix` or otherwise have any questions
41-
or feature requests please don't hesitate to file an issue at
42-
<https://github.com/rust-lang/cargo>.
43-
4440
### Edition migration
4541

4642
The `cargo fix` subcommand can also be used to migrate a package from one

src/doc/man/generated_txt/cargo-fix.txt

-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ DESCRIPTION
3333

3434
cargo fix --target x86_64-pc-windows-gnu
3535

36-
If you encounter any problems with cargo fix or otherwise have any
37-
questions or feature requests please don’t hesitate to file an issue
38-
at <https://github.com/rust-lang/cargo>.
39-
4036
Edition migration
4137
The cargo fix subcommand can also be used to migrate a package from one
4238
edition

src/doc/src/commands/cargo-fix.md

-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ pass `--target` to fix code for the given target.
3333

3434
cargo fix --target x86_64-pc-windows-gnu
3535

36-
If you encounter any problems with `cargo fix` or otherwise have any questions
37-
or feature requests please don't hesitate to file an issue at
38-
<https://github.com/rust-lang/cargo>.
39-
4036
### Edition migration
4137

4238
The `cargo fix` subcommand can also be used to migrate a package from one

src/etc/man/cargo-fix.1

-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ pass \fB\-\-target\fR to fix code for the given target.
4343
cargo fix \-\-target x86_64\-pc\-windows\-gnu
4444
.fi
4545
.RE
46-
.sp
47-
If you encounter any problems with \fBcargo fix\fR or otherwise have any questions
48-
or feature requests please don\[cq]t hesitate to file an issue at
49-
<https://github.com/rust\-lang/cargo>\&.
5046
.SS "Edition migration"
5147
The \fBcargo fix\fR subcommand can also be used to migrate a package from one
5248
\fIedition\fR <https://doc.rust\-lang.org/edition\-guide/editions/transitioning\-an\-existing\-project\-to\-a\-new\-edition.html> to the next. The general procedure is:

0 commit comments

Comments
 (0)