mystuff/net/gurk-rs/files/vendor/zkgroup/scripts/format-code
2022-10-31 22:01:15 +01:00

8 lines
136 B
Bash
Executable File

#!/bin/sh
# To run, install the nightly toolchain:
# $ rustup toolchain install nightly
cargo +nightly fmt "$@"
cargo +nightly clippy