mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-21 15:44:18 +02:00
Fix clippy lints on all targets (#481)
This commit is contained in:
parent
4d33e8a279
commit
d0108b23e4
3 changed files with 6 additions and 5 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
toolchain: stable
|
||||
components: clippy
|
||||
- name: run clippy lints
|
||||
run: cargo clippy --features logging
|
||||
run: cargo clippy --all-targets --features logging
|
||||
|
||||
fmt:
|
||||
name: run rustfmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue