File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ implementing type. Inherent implementations can contain [associated
55
55
functions] (including methods) and [ associated constants] . They cannot
56
56
contain associated type aliases.
57
57
58
- The [ path] to an associated item has the following structure: any path
59
- to the implementing type, followed by the type path to the associate item
60
- within the inherent implementation .
58
+ The [ path] to an associated item is any path to the implementing type,
59
+ followed by the associated item's identifier as the final path
60
+ component .
61
61
62
62
A type can also have multiple inherent implementations. An implementing type
63
63
must be defined within the same crate as the original type definition.
@@ -209,8 +209,8 @@ attributes].
209
209
[ _Visibility_ ] : visibility-and-privacy.html
210
210
[ _WhereClause_ ] : items/generics.html#where-clauses
211
211
[ trait ] : items/traits.html
212
- [ associated functions ] : associated-items.html#associated-functions-and-methods
213
- [ associated constants ] : associated-items.html#associated-constants
212
+ [ associated functions ] : items/ associated-items.html#associated-functions-and-methods
213
+ [ associated constants ] : items/ associated-items.html#associated-constants
214
214
[ attributes ] : attributes.html
215
215
[ `cfg` ] : conditional-compilation.html
216
216
[ `deprecated` ] : attributes.html#deprecation
You can’t perform that action at this time.
0 commit comments