parent
bb215e2b89
commit
142bec1311
1 changed files with 1 additions and 1 deletions
|
|
@ -1697,7 +1697,7 @@ fn rewrite_explicit_self(
|
|||
let mutability = explicit_self_mutability(&args[0]);
|
||||
let type_str = try_opt!(ty.rewrite(
|
||||
context,
|
||||
Shape::legacy(usize::max_value(), Indent::empty()),
|
||||
Shape::legacy(context.config.max_width(), Indent::empty()),
|
||||
));
|
||||
|
||||
Some(format!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue