File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/doc/contrib/src/process Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ Some guidelines on working on a change:
83
83
* All code changes are expected to comply with the formatting suggested by
84
84
` rustfmt ` . You can use ` rustup component add rustfmt ` to install ` rustfmt `
85
85
and use ` cargo fmt ` to automatically format your code.
86
- * [ Commit as you go] [ githelp ] .
87
86
* Include tests that cover all non-trivial code. See the [ Testing chapter] for
88
87
more about writing and running tests.
89
88
* All code should be warning-free. This is checked during tests.
@@ -136,7 +135,6 @@ more information on how Cargo releases are made.
136
135
[ git ] : https://git-scm.com/
137
136
[ GitHub ] : https://github.com/
138
137
[ 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
140
138
[ Testing chapter ] : ../tests/index.md
141
139
[ GitHub's keywords ] : https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue
142
140
[ rust-highfive ] : https://github.com/rust-highfive
You can’t perform that action at this time.
0 commit comments