Skip to content

Commit

Permalink
Rustfmt's fn_args_layout argument is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoPonzi committed Nov 1, 2024
1 parent 2217698 commit bb804c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use_small_heuristics = "Default"
reorder_imports = true
reorder_modules = true
remove_nested_parens = true
fn_args_layout = "Tall"
fn_params_layout = "Tall"
edition = "2015"
merge_derives = true
use_try_shorthand = false
Expand Down

0 comments on commit bb804c5

Please sign in to comment.