Skip to content

Commit 4bfcf56

Browse files
committed
Auto merge of #9928 - ehuss:contrib-githelp, r=alexcrichton
Remove broken link in contrib docs. I don't think this point is particularly important, so I'm just removing it.
2 parents 9a28ac8 + e8de0ac commit 4bfcf56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/doc/contrib/src/process/working-on-cargo.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ Some guidelines on working on a change:
8383
* All code changes are expected to comply with the formatting suggested by
8484
`rustfmt`. You can use `rustup component add rustfmt` to install `rustfmt`
8585
and use `cargo fmt` to automatically format your code.
86-
* [Commit as you go][githelp].
8786
* Include tests that cover all non-trivial code. See the [Testing chapter] for
8887
more about writing and running tests.
8988
* All code should be warning-free. This is checked during tests.
@@ -136,7 +135,6 @@ more information on how Cargo releases are made.
136135
[git]: https://git-scm.com/
137136
[GitHub]: https://github.com/
138137
[how-to-clone]: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository
139-
[githelp]: https://dont-be-afraid-to-commit.readthedocs.io/en/latest/git/commandlinegit.html
140138
[Testing chapter]: ../tests/index.md
141139
[GitHub's keywords]: https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue
142140
[rust-highfive]: https://github.com/rust-highfive

0 commit comments

Comments
 (0)