Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/coprocessor-cargo-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# For now, only specify the `bench latency throughput` features as the
# other ones require specific dependencies (e.g. GPU, etc.).
SQLX_OFFLINE=true cargo clippy -p host-listener --all-targets \
-- -W clippy::perf -W clippy::suspicious -W clippy::style -D warnings
-- -W clippy::perf -W clippy::suspicious -W clippy::style -W clippy::redundant_clone -W clippy::clone_on_copy -W clippy::unnecessary_to_owned -D warnings
SQLX_OFFLINE=true cargo clippy --all-targets --features "bench latency throughput" \
-- -W clippy::perf -W clippy::suspicious -W clippy::style -D warnings
-- -W clippy::perf -W clippy::suspicious -W clippy::style -W clippy::redundant_clone -W clippy::clone_on_copy -W clippy::unnecessary_to_owned -D warnings
working-directory: coprocessor/fhevm-engine