X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Fclippy%2Ftests%2Fui%2For_fun_call.rs;h=2473163d4fd2f4e74752d1f1178d079525ba8c78;hb=d8091f89919957339929fb2f2cb7b05bc2e1f116;hp=c353b41e4495d96feee4525b5f1d20634d8bc694;hpb=e20fabb0d04cb25fe3159d58920856533f1b5cf0;p=rust.git diff --git a/src/tools/clippy/tests/ui/or_fun_call.rs b/src/tools/clippy/tests/ui/or_fun_call.rs index c353b41e449..2473163d4fd 100644 --- a/src/tools/clippy/tests/ui/or_fun_call.rs +++ b/src/tools/clippy/tests/ui/or_fun_call.rs @@ -1,8 +1,7 @@ // run-rustfix - #![warn(clippy::or_fun_call)] #![allow(dead_code)] -#![allow(clippy::unnecessary_wraps, clippy::borrow_as_ptr)] +#![allow(clippy::borrow_as_ptr, clippy::uninlined_format_args, clippy::unnecessary_wraps)] use std::collections::BTreeMap; use std::collections::HashMap;