You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int-e opened this issue
Dec 28, 2021
· 2 comments
· Fixed by #92399
Assignees
Labels
A-docsArea: documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-libsRelevant to the library team, which will review and decide on the PR/issue.
In both cases, the documentation refers to the object the method is called for, not the type, so it should be using the lower case self. (And maybe other should be in backticks here?)
The text was updated successfully, but these errors were encountered:
rustbot
added
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
labels
Dec 29, 2021
A-docsArea: documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-libsRelevant to the library team, which will review and decide on the PR/issue.
See the documentation for
append
hererust/library/alloc/src/vec/mod.rs
Line 1758 in cc65bf3
and for
append_elements
here:rust/library/alloc/src/vec/mod.rs
Line 1783 in cc65bf3
In both cases, the documentation refers to the object the method is called for, not the type, so it should be using the lower case
self
. (And maybeother
should be in backticks here?)The text was updated successfully, but these errors were encountered: