mirror of
https://github.com/zhom/banderole.git
synced 2026-04-23 04:16:18 +02:00
3 lines
123 B
Bash
Executable File
3 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cargo clippy --fix --allow-dirty --all-targets --all-features -- -D warnings -D clippy::all && cargo fmt --all |