We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d29a7 commit 144e8a3Copy full SHA for 144e8a3
src/doc/style-guide/src/items.md
@@ -369,7 +369,8 @@ where
369
+ Index<RangeTo<Idx>, Output = Self::Output>
370
+ Index<RangeFrom<Idx>, Output = Self::Output>
371
+ Index<RangeInclusive<Idx>, Output = Self::Output>
372
- + Index<RangeToInclusive<Idx>, Output = Self::Output> + Index<RangeFull>,
+ + Index<RangeToInclusive<Idx>, Output = Self::Output>
373
+ + Index<RangeFull>,
374
```
375
376
### Type aliases
0 commit comments