mystuff/net/gurk-rs/files/vendor/zkgroup/scripts/format-code

8 lines
136 B
Plaintext
Raw Normal View History

2022-10-31 22:01:15 +01:00
#!/bin/sh
# To run, install the nightly toolchain:
# $ rustup toolchain install nightly
cargo +nightly fmt "$@"
cargo +nightly clippy