mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-10 17:13:08 +00:00
4 lines
174 B
Bash
Executable File
4 lines
174 B
Bash
Executable File
#!/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
|