Rollup merge of #105593 - jruderman:patch-3, r=Dylan-DPC
Fix typo in comment: length_limit
This commit is contained in:
commit
38d97d3ea7
1 changed files with 1 additions and 1 deletions
|
@ -1010,7 +1010,7 @@ fn foo(&self) -> Self::T { String::new() }
|
||||||
}
|
}
|
||||||
let mut short;
|
let mut short;
|
||||||
loop {
|
loop {
|
||||||
// Look for the longest properly trimmed path that still fits in lenght_limit.
|
// Look for the longest properly trimmed path that still fits in length_limit.
|
||||||
short = with_forced_trimmed_paths!(
|
short = with_forced_trimmed_paths!(
|
||||||
FmtPrinter::new_with_limit(
|
FmtPrinter::new_with_limit(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue