1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00
Files
egui/lint.sh
2019-01-05 22:55:09 +01:00

6 lines
54 B
Bash
Executable File

#!/bin/bash
set -eu
echo "Cargo clippy"
cargo clippy