Fix typo in comment: length_limit
This commit is contained in:
parent
b397bc0727
commit
c27d7949a1
1 changed files with 1 additions and 1 deletions
|
@ -1010,7 +1010,7 @@ fn foo(&self) -> Self::T { String::new() }
|
|||
}
|
||||
let mut short;
|
||||
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!(
|
||||
FmtPrinter::new_with_limit(
|
||||
self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue