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 60909de commit 4f298c9Copy full SHA for 4f298c9
src/items/implementations.md
@@ -24,8 +24,8 @@ The associated item has a path of a path to the implementing type followed by
24
the associate item's path component. Inherent implementations cannot contain
25
associated type aliases.
26
27
-A type can also have multiple inherent implementations. Although the
28
-implementing type must be defined within the same crate.
+A type can also have multiple inherent implementations but the implementing type
+must be defined within the same crate.
29
30
```rust
31
struct Point {x: i32, y: i32}
0 commit comments