#!/bin/bashset-eWARN_FLAGS="-D warnings"if[["$*"=~" --relaxed "]];thenWARN_FLAGS=""fiRUSTFLAGS="$WARN_FLAGS"cargo clippy --all-targets# Again with the optional registry on. Without this the `exfiltrate` feature --# and the `Window`/`Surface` fields it adds -- is never compiled by the gate.RUSTFLAGS="$WARN_FLAGS"cargo clippy --all-targets --features exfiltrate