mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:13:54 +00: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:
parent
69d29a70da
commit
144e8a3866
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user