Remove allow of pedantic lints that no longer trigger in cargo-expand

This commit is contained in:
David Tolnay 2023-07-16 13:56:05 -07:00
parent 6404f1b864
commit 8f6200b7b0
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -1,6 +1,4 @@
#![allow(
clippy::bool_to_int_with_if,
clippy::enum_glob_use,
clippy::items_after_statements,
clippy::manual_assert,
clippy::manual_strip,