mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
style-guide: Fix example to match the rule it exemplifies (and match rustfmt)
An example immediately following "Put each bound on its own line." did not put each bound on its own line.
This commit is contained in:
@@ -369,7 +369,8 @@ where
|
||||
+ Index<RangeTo<Idx>, Output = Self::Output>
|
||||
+ Index<RangeFrom<Idx>, Output = Self::Output>
|
||||
+ Index<RangeInclusive<Idx>, Output = Self::Output>
|
||||
+ Index<RangeToInclusive<Idx>, Output = Self::Output> + Index<RangeFull>,
|
||||
+ Index<RangeToInclusive<Idx>, Output = Self::Output>
|
||||
+ Index<RangeFull>,
|
||||
```
|
||||
|
||||
### Type aliases
|
||||
|
||||
Reference in New Issue
Block a user