8 lines
No EOL
130 B
Bash
Executable file
8 lines
No EOL
130 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cargo clippy --all-targets --all-features --fix --allow-dirty --allow-staged
|
|
cargo fmt --all
|
|
|
|
echo "Success!" |