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 f91d94a commit 79ca060Copy full SHA for 79ca060
src/items/implementations.md
@@ -55,9 +55,9 @@ implementing type. Inherent implementations can contain [associated
55
functions] (including methods) and [associated constants]. They cannot
56
contain associated type aliases.
57
58
-The [path] to an associated item is: any path to the implementing type,
59
-followed by the path to the associate item within the inherent
60
-implementation.
+The [path] to an associated item has the following structure: any path
+to the implementing type, followed by the type path to the associate item
+within the inherent implementation.
61
62
A type can also have multiple inherent implementations. An implementing type
63
must be defined within the same crate as the original type definition.
0 commit comments