X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Fclippy%2Ftests%2Fui%2Foption_map_unit_fn_fixable.rs;h=f3363ebce54e251e2b5ce9b30d38619203874e1e;hb=27f2f0a04e94261cec9e48ed7c2b2b0d560f25db;hp=f3e5b62c65b7f769bb0812d8460a2791b0a14c65;hpb=9ad4bde042cfaf56f7579160c60ebd8550a720ab;p=rust.git diff --git a/src/tools/clippy/tests/ui/option_map_unit_fn_fixable.rs b/src/tools/clippy/tests/ui/option_map_unit_fn_fixable.rs index f3e5b62c65b..f3363ebce54 100644 --- a/src/tools/clippy/tests/ui/option_map_unit_fn_fixable.rs +++ b/src/tools/clippy/tests/ui/option_map_unit_fn_fixable.rs @@ -1,8 +1,7 @@ // run-rustfix - #![warn(clippy::option_map_unit_fn)] #![allow(unused)] -#![allow(clippy::unnecessary_wraps)] +#![allow(clippy::uninlined_format_args, clippy::unnecessary_wraps)] fn do_nothing(_: T) {}