5 lines
101 B
Makefile
5 lines
101 B
Makefile
doc:
|
|
cargo doc --document-private-items
|
|
|
|
watch:
|
|
cargo watch -x 'clippy --all --all-features'
|