summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/err_expect.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/err_expect.fixed')
-rw-r--r--src/tools/clippy/tests/ui/err_expect.fixed2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/err_expect.fixed b/src/tools/clippy/tests/ui/err_expect.fixed
index 6ade6f546..46e2816da 100644
--- a/src/tools/clippy/tests/ui/err_expect.fixed
+++ b/src/tools/clippy/tests/ui/err_expect.fixed
@@ -1,6 +1,6 @@
//@run-rustfix
-#![allow(unused)]
+#![allow(unused, clippy::unnecessary_literal_unwrap)]
struct MyTypeNonDebug;