mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-06 06:17:39 +03:00
Remove clippy deny attributes from test suite
These were superseded by the clippy invocation made in our CI workflow: run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
This commit is contained in:
parent
625d349ffb
commit
dd9206cfd0
10 changed files with 0 additions and 16 deletions
|
@ -1,4 +1,3 @@
|
|||
#![deny(clippy::all, clippy::pedantic)]
|
||||
#![allow(clippy::iter_cloned_collect, clippy::option_if_let_else)]
|
||||
|
||||
use std::fmt::Display;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue