fixed clippy command and updated docs

This commit is contained in:
epi
2020-09-19 14:56:36 -05:00
parent eef63f6477
commit 44151f462a
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ Long form explanations of most of the items below can be found in the [CONTRIBUT
## Static analysis checks
- [ ] All rust files are formatted using `cargo fmt`
- [ ] All `clippy` checks pass when running `cargo clippy -- --all-targets --all-features -- -D warnings -A clippy::unnecessary_unwrap`
- [ ] All `clippy` checks pass when running `cargo clippy -- --all-targets --all-features -D warnings -A clippy::unnecessary_unwrap`
- [ ] All existing tests pass
## Documentation