Update CONTRIBUTING.md

This commit is contained in:
Temirkhan Myrzamadi 2020-02-14 14:43:31 +06:00 committed by GitHub
parent cc9c2aeeaa
commit 1d04c2958f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,4 +7,5 @@ To change the source code, fork this repository and work inside your own branch.
cargo clippy --all --all-features --all-targets
cargo test --all
cargo doc --open
cargo fmt --all -- --check
```