Skip to content

Commit 56fd22c

Browse files
authored
silence a new clippy warning from rust 1.62 for now (#7384)
1 parent 336ad32 commit 56fd22c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

+4-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,8 @@ allowlist_externals =
6060
cargo
6161
commands =
6262
cargo fmt --all -- --check
63-
cargo clippy -- -D warnings
63+
# Temporarily allow clippy::drop-non-drop until
64+
# https://github.com/joshua-maros/ouroboros/pull/63 is merged and
65+
# released.
66+
cargo clippy -- -D warnings --allow clippy::drop-non-drop
6467
cargo test --no-default-features

0 commit comments

Comments
 (0)