fix/default-build-unused-imports
main
cfg(test)
cargo fmt --all -- --check
cargo clippy --workspace --all-targets -- -D warnings
cargo clippy --workspace --all-targets --all-features -- -D warnings
RUSTFLAGS="-D warnings" cargo build --workspace --all-targets
RUSTFLAGS="-D warnings" cargo test -p trx-server
No dependencies set.
The note is not visible to the blocked user.
Summary
cfg(test)Verification
cargo fmt --all -- --checkcargo clippy --workspace --all-targets -- -D warningscargo clippy --workspace --all-targets --all-features -- -D warningsRUSTFLAGS="-D warnings" cargo build --workspace --all-targetsRUSTFLAGS="-D warnings" cargo test -p trx-server