5 lines
76 B
Makefile
5 lines
76 B
Makefile
fmt:
|
|
cargo +nightly fmt --all
|
|
|
|
doc:
|
|
cargo doc --workspace --no-deps
|