Skip to content

Commit

Permalink
Auto merge of #9928 - ehuss:contrib-githelp, r=alexcrichton
Browse files Browse the repository at this point in the history
Remove broken link in contrib docs.

I don't think this point is particularly important, so I'm just removing it.
  • Loading branch information
bors committed Sep 20, 2021
2 parents 9a28ac8 + e8de0ac commit 65ab4e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/doc/contrib/src/process/working-on-cargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ Some guidelines on working on a change:
* All code changes are expected to comply with the formatting suggested by
`rustfmt`. You can use `rustup component add rustfmt` to install `rustfmt`
and use `cargo fmt` to automatically format your code.
* [Commit as you go][githelp].
* Include tests that cover all non-trivial code. See the [Testing chapter] for
more about writing and running tests.
* All code should be warning-free. This is checked during tests.
Expand Down Expand Up @@ -136,7 +135,6 @@ more information on how Cargo releases are made.
[git]: https://git-scm.com/
[GitHub]: https://github.com/
[how-to-clone]: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository
[githelp]: https://dont-be-afraid-to-commit.readthedocs.io/en/latest/git/commandlinegit.html
[Testing chapter]: ../tests/index.md
[GitHub's keywords]: https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue
[rust-highfive]: https://github.com/rust-highfive
Expand Down

0 comments on commit 65ab4e8

Please sign in to comment.