aboutsummaryrefslogtreecommitdiff
path: root/tests/test_path.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_path.rs')
-rw-r--r--tests/test_path.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_path.rs b/tests/test_path.rs
index 777b5de..a10b1f3 100644
--- a/tests/test_path.rs
+++ b/tests/test_path.rs
@@ -1,8 +1,4 @@
#![deny(clippy::all, clippy::pedantic)]
-#![allow(
- // Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7422
- clippy::nonstandard_macro_braces,
-)]
use ref_cast::RefCast;
use std::fmt::Display;