mirror of
https://github.com/romanz/electrs.git
synced 2026-08-13 12:32:52 +02:00
Allow 'unused-attributes' lint for now
This commit is contained in:
parent
0d749dba9d
commit
b118cbb0d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: cargo test ${{ matrix.build-args }} --all
|
||||
|
||||
- name: Clippy
|
||||
run: cargo clippy -- -D warnings
|
||||
run: cargo clippy -- -A unused-attributes -D warnings
|
||||
|
||||
integration:
|
||||
name: Integration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue