Skip to content

Commit

Permalink
Ignore clippy::manual-inspect
Browse files Browse the repository at this point in the history
Related function is too new.
  • Loading branch information
Thomasdezeeuw committed Jul 20, 2024
1 parent 4b91d3f commit 1777cd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ check:
# * `single-match-else`: prefer match statements over if statements.
# * `use-self`: strongly disagree.
# TODO: resolve `cast-possible-truncation` errors.
# TODO: resolve `manual-c-str-listerals` and `ref-as-ptr` once the related
# features are a little older (1.77 and 1.76).
# TODO: resolve `manual-c-str-listerals`, `ref-as-ptr` and `inspect_err` once
# the related features are a little older (1.77, 1.76 and 1.75).
lint: clippy
clippy:
cargo clippy --all-features --workspace -- \
Expand All @@ -61,6 +61,7 @@ clippy:
--allow clippy::ref-as-ptr \
--allow clippy::single-match-else \
--allow clippy::use-self \
--allow clippy::manual-inspect \
\
--allow clippy::cast-possible-truncation \
--allow clippy::cast-possible-wrap \
Expand Down

0 comments on commit 1777cd1

Please sign in to comment.