3 lines
73 B
Makefile
3 lines
73 B
Makefile
fmt:
|
|
cargo clippy --all-targets --all-features -- -D warnings
|
|
cargo fmt
|