mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-01 19:26:03 -04:00
Clippy and other fixes for Rust 1.85
This commit is contained in:
parent
a46a2e51d4
commit
4f8765d25e
38 changed files with 138 additions and 506 deletions
11
scripts/clippy_all.sh
Executable file
11
scripts/clippy_all.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
pushd $SCRIPTDIR/.. >/dev/null
|
||||
|
||||
cargo-zigbuild clippy --target x86_64-unknown-linux-gnu
|
||||
cargo-zigbuild clippy --target x86_64-unknown-linux-gnu --manifest-path=veilid-server/Cargo.toml --no-default-features --features=default-async-std
|
||||
cargo-zigbuild clippy --target x86_64-pc-windows-gnu
|
||||
cargo-zigbuild clippy --target aarch64-apple-darwin
|
||||
cargo clippy --manifest-path=veilid-wasm/Cargo.toml --target wasm32-unknown-unknown
|
||||
|
||||
popd >/dev/null
|
Loading…
Add table
Add a link
Reference in a new issue