Skip to content

Commit 1a881ee

Browse files
authored
chore: rename fn_args_layout to fn_params_layout in rustfmt.toml (#4530)
## Description Since rust-lang/rustfmt#4149 is released with latest rust toolchain 1.69, we are seeing some warnings from rustfmt. This PR addresses the depreciation note in our `rustfmt.toml`.
1 parent befca87 commit 1a881ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: rustfmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fn_args_layout = "Tall"
1+
fn_params_layout = "Tall"
22
hard_tabs = false
33
match_arm_leading_pipes = "Never"
44
max_width = 100

0 commit comments

Comments
 (0)