We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89c5a1 commit a74ae2fCopy full SHA for a74ae2f
.github/pull_request_template.md
@@ -17,7 +17,7 @@ Please delete options that are not relevant.
17
## Checklist:
18
19
- [ ] I ran bellow commands using the latest version of **rust nightly**.
20
-- [ ] I ran `cargo clippy --all -- -D warning` just before my last commit and fixed any issue that was found.
+- [ ] I ran `cargo clippy --all -- -D warnings` just before my last commit and fixed any issue that was found.
21
- [ ] I ran `cargo fmt` just before my last commit.
22
- [ ] I ran `cargo test` just before my last commit and all tests passed.
23
- [ ] I checked `COUNTRIBUTING.md` and my code follows its guidelines.
0 commit comments