Skip to content

Commit

Permalink
silence a new clippy warning from rust 1.62 for now (#7384)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jul 5, 2022
1 parent 5c597cf commit ee16ba0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Expand Up @@ -75,7 +75,10 @@ allowlist_externals =
cargo
commands =
cargo fmt --all -- --check
cargo clippy -- -D warnings
# Temporarily allow clippy::drop-non-drop until
# https://github.com/joshua-maros/ouroboros/pull/63 is merged and
# released.
cargo clippy -- -D warnings --allow clippy::drop-non-drop
cargo test --no-default-features

[flake8]
Expand Down

0 comments on commit ee16ba0

Please sign in to comment.