1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-06-02 13:39:54 +00:00

Update readme with clippy usage.

This commit is contained in:
Alf 2023-01-05 18:55:01 -08:00
parent 5b3c1becbb
commit 46d046d847

View file

@ -103,6 +103,14 @@ With print statement output.
cargo test -- --nocapture
```
#### Run Clippy
Run Clippy tests to catch common lints and mistakes.
```
rustup component add clippy
cargo clippy --no-deps -- -D warnings
```
#### Run Benchmark Tests
```
cargo bench