clippy: fix spelling of lint derive_partial_eq_without_eq lint (#377)

This commit is contained in:
Christian Kamm 2023-01-12 21:40:16 +01:00 committed by GitHub
parent 9ec18107a6
commit 4f0b4da26d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
- name: Run clippy
# The --allow args are due to clippy scanning anchor
run: cargo clippy --no-deps -- --deny=warnings --allow=clippy::style --allow=clippy::complexity --allow=clippy::manual-retain --allow=clippy::crate-in-macro-def --allow=clippy::result-large-err --allow=clippy::eq-partial-eq
run: cargo clippy --no-deps -- --deny=warnings --allow=clippy::style --allow=clippy::complexity --allow=clippy::manual-retain --allow=clippy::crate-in-macro-def --allow=clippy::result-large-err --allow=clippy::derive_partial_eq_without_eq
test:
name: Test