diff --git a/tox.ini b/tox.ini index 44aa97af3564..1594fec2f007 100644 --- a/tox.ini +++ b/tox.ini @@ -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]