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.
2 parents 11931e8 + 80936ae commit 93c2953Copy full SHA for 93c2953
src/items/implementations.md
@@ -113,9 +113,9 @@ the following conditions:
113
114
```ignore
115
T = C
116
- | &T
117
- | &mut T
118
- | Box<T>
+ | &C
+ | &mut C
+ | Box<C>
119
```
120
121
## Generic Implementations
@@ -137,4 +137,4 @@ impl Seq<bool> for u32 {
137
138
139
140
-[trait]: items/traits.html
+[trait]: items/traits.html
0 commit comments