mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-04-18 00:33:08 +00:00
4 lines
174 B
Bash
4 lines
174 B
Bash
|
|
#!/bin/bash
|
||
|
|
cargo +nightly-2024-01-04 clippy "$@" --all-targets --all-features -- -D warnings -D future-incompatible \
|
||
|
|
-D nonstandard-style -D rust-2018-idioms -D unused
|