about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/try_err.fixed
diff options
context:
space:
mode:
authorAshley Mannix <kodraus@hey.com>2021-01-18 21:53:22 +1000
committerGitHub <noreply@github.com>2021-01-18 21:53:22 +1000
commit090ab8c02e356f82337bbad4e2289766acc2c40b (patch)
treee5fd918db25875c2dad03a8698b75b82e09f5bda /src/tools/clippy/tests/ui/try_err.fixed
parent86e0ff47a0d1afcbe9f0c8cdb54f60bb18da20df (diff)
parent3e236b3d1d14d0f3361742c64db37f6a430d03ef (diff)
downloadrust-090ab8c02e356f82337bbad4e2289766acc2c40b.tar.gz
rust-090ab8c02e356f82337bbad4e2289766acc2c40b.zip
Rollup merge of #81038 - flip1995:clippyup, r=Manishearth
Update Clippy

Biweekly Clippy update

r? ``@Manishearth``
Diffstat (limited to 'src/tools/clippy/tests/ui/try_err.fixed')
-rw-r--r--src/tools/clippy/tests/ui/try_err.fixed2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/try_err.fixed b/src/tools/clippy/tests/ui/try_err.fixed
index 652b611208b..5b96bb59c5f 100644
--- a/src/tools/clippy/tests/ui/try_err.fixed
+++ b/src/tools/clippy/tests/ui/try_err.fixed
@@ -2,7 +2,7 @@
 // aux-build:macro_rules.rs
 
 #![deny(clippy::try_err)]
-#![allow(clippy::unnecessary_wraps)]
+#![allow(clippy::unnecessary_wraps, clippy::needless_question_mark)]
 
 #[macro_use]
 extern crate macro_rules;