We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336ad32 commit 56fd22cCopy full SHA for 56fd22c
tox.ini
@@ -60,5 +60,8 @@ allowlist_externals =
60
cargo
61
commands =
62
cargo fmt --all -- --check
63
- cargo clippy -- -D warnings
+ # 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
67
cargo test --no-default-features
0 commit comments