summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/expect_fun_call.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/expect_fun_call.rs')
-rw-r--r--src/tools/clippy/tests/ui/expect_fun_call.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/expect_fun_call.rs b/src/tools/clippy/tests/ui/expect_fun_call.rs
index 31e6bcc7f..a78613863 100644
--- a/src/tools/clippy/tests/ui/expect_fun_call.rs
+++ b/src/tools/clippy/tests/ui/expect_fun_call.rs
@@ -1,6 +1,10 @@
//@run-rustfix
#![warn(clippy::expect_fun_call)]
-#![allow(clippy::to_string_in_format_args, clippy::uninlined_format_args)]
+#![allow(
+ clippy::to_string_in_format_args,
+ clippy::uninlined_format_args,
+ clippy::unnecessary_literal_unwrap
+)]
/// Checks implementation of the `EXPECT_FUN_CALL` lint