1
Fork 0

Suggest wrapping mac args in parens rather than the whole expression

This commit is contained in:
Michael Goulet 2023-12-18 03:01:05 +00:00
parent c1c7707238
commit ec263df5e4
5 changed files with 45 additions and 23 deletions

View file

@ -722,6 +722,8 @@ parse_sugg_turbofish_syntax = use `::<...>` instead of `<...>` to specify lifeti
parse_sugg_wrap_expression_in_parentheses = wrap the expression in parentheses
parse_sugg_wrap_macro_in_parentheses = use parentheses instead of braces for this macro
parse_sugg_wrap_pattern_in_parens = wrap the pattern in parentheses
parse_switch_mut_let_order =