mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Slim down AssociatedTypeBinding by one usize
This commit is contained in:
parent
41db8c2b59
commit
4c2aef650a
6 changed files with 8 additions and 8 deletions
|
@ -1445,7 +1445,7 @@ impl HirDisplay for Path {
|
|||
}
|
||||
None => {
|
||||
write!(f, ": ")?;
|
||||
f.write_joined(&binding.bounds, " + ")?;
|
||||
f.write_joined(binding.bounds.iter(), " + ")?;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue