Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Jan 4, 2025
1 parent 8b3329c commit b5ce3f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ check:
# * `redundant-pub-crate`: useless lint.
# * `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`, `ref-as-ptr` and `inspect_err` once
# the related features are a little older (1.77, 1.76 and 1.75).
# TODO: resolve the lints after the empty line.
lint: clippy
clippy:
cargo clippy --all-features --workspace -- \
Expand Down Expand Up @@ -65,7 +63,7 @@ clippy:
--allow clippy::cast-sign-loss \

doc:
cargo doc
cargo doc --all-features

doc_private:
cargo doc --document-private-items
Expand Down

0 comments on commit b5ce3f1

Please sign in to comment.