Skip to content

Instantly share code, notes, and snippets.

@hailelagi
Last active April 10, 2023 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hailelagi/0bfbab89bbc570a371a73c6ff5715796 to your computer and use it in GitHub Desktop.
Save hailelagi/0bfbab89bbc570a371a73c6ff5715796 to your computer and use it in GitHub Desktop.
# suppress warnings! I know!
RUSTFLAGS="-Awarnings" cargo test
RUSTFLAGS="-Awarnings" cargo run
# OR
alias "cargo-quick-test"="RUSTFLAGS='-Awarnings' cargo test"
alias "cargo-quick-run"="RUSTFLAGS='-Awarnings' cargo run"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment