We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566f34f commit 54f3c21Copy full SHA for 54f3c21
src/expr.rs
@@ -1971,7 +1971,7 @@ where
1971
}
1972
_ if args.len() >= 1 => {
1973
item_vec[args.len() - 1].item = args.last()
1974
- .and_then(|last_arg| last_arg.rewrite(context, shape));
+ .and_then(|last_arg| last_arg.rewrite(context, nested_shape));
1975
// Use horizontal layout for a function with a single argument as long as
1976
// everything fits in a single line.
1977
if args.len() == 1
0 commit comments