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:
David Tolnay 2022-04-24 15:22:57 -07:00
parent 625d349ffb
commit dd9206cfd0
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
10 changed files with 0 additions and 16 deletions

View file

@ -1,5 +1,3 @@
#![deny(clippy::all, clippy::pedantic)]
use std::error::Error as StdError;
use std::io;
use thiserror::Error;