File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 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
5555functions] (including methods) and [ associated constants] . They cannot
5656contain associated type aliases.
5757
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 .
6161
6262A type can also have multiple inherent implementations. An implementing type
6363must be defined within the same crate as the original type definition.
@@ -209,8 +209,8 @@ attributes].
209209[ _Visibility_ ] : visibility-and-privacy.html
210210[ _WhereClause_ ] : items/generics.html#where-clauses
211211[ 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
214214[ attributes ] : attributes.html
215215[ `cfg` ] : conditional-compilation.html
216216[ `deprecated` ] : attributes.html#deprecation
You can’t perform that action at this time.
0 commit comments