Skip to content

Commit ee16ba0

Browse files
committed
silence a new clippy warning from rust 1.62 for now (pyca#7384)
1 parent 5c597cf commit ee16ba0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ allowlist_externals =
7575
cargo
7676
commands =
7777
cargo fmt --all -- --check
78-
cargo clippy -- -D warnings
78+
# Temporarily allow clippy::drop-non-drop until
79+
# https://github.com/joshua-maros/ouroboros/pull/63 is merged and
80+
# released.
81+
cargo clippy -- -D warnings --allow clippy::drop-non-drop
7982
cargo test --no-default-features
8083

8184
[flake8]

0 commit comments

Comments
 (0)