Skip to content

Commit

Permalink
Update test suite to tool attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 30, 2021
1 parent 6c4aba5 commit 32431f6
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions tests/test.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
#![cfg_attr(
feature = "cargo-clippy",
allow(
blacklisted_name,
let_underscore_drop,
shadow_unrelated,
unseparated_literal_suffix,
used_underscore_binding
)
#![allow(
clippy::blacklisted_name,
clippy::let_underscore_drop,
clippy::shadow_unrelated,
clippy::unseparated_literal_suffix,
clippy::used_underscore_binding
)]

use std::borrow::Cow;
Expand Down

0 comments on commit 32431f6

Please sign in to comment.