Skip to content

Commit a74ae2f

Browse files
authored
Fix typo in pull request template
1 parent d89c5a1 commit a74ae2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please delete options that are not relevant.
1717
## Checklist:
1818

1919
- [ ] 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.
20+
- [ ] I ran `cargo clippy --all -- -D warnings` just before my last commit and fixed any issue that was found.
2121
- [ ] I ran `cargo fmt` just before my last commit.
2222
- [ ] I ran `cargo test` just before my last commit and all tests passed.
2323
- [ ] I checked `COUNTRIBUTING.md` and my code follows its guidelines.

0 commit comments

Comments
 (0)