Skip to content

Commit fa73384

Browse files
jugglerchristopecongiro
authored andcommitted
Fix an unused_paren warning. (#3909)
1 parent e4a50da commit fa73384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2591,7 +2591,7 @@ fn compute_budgets_for_params(
25912591
ret_str_len: usize,
25922592
fn_brace_style: FnBraceStyle,
25932593
force_vertical_layout: bool,
2594-
) -> Option<((usize, usize, Indent))> {
2594+
) -> Option<(usize, usize, Indent)> {
25952595
debug!(
25962596
"compute_budgets_for_params {} {:?}, {}, {:?}",
25972597
result.len(),

0 commit comments

Comments
 (0)