aboutsummaryrefslogtreecommitdiff
path: root/tests/test_lints.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_lints.rs')
-rw-r--r--tests/test_lints.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_lints.rs b/tests/test_lints.rs
index 457b799..59699a4 100644
--- a/tests/test_lints.rs
+++ b/tests/test_lints.rs
@@ -1,8 +1,3 @@
-#![allow(
- // Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7422
- clippy::nonstandard_macro_braces,
-)]
-
use thiserror::Error;
pub use std::error::Error;