Closed
Description
See the documentation for append
here
rust/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 maybe other
should be in backticks here?)
Activity
BGR360 commentedon Dec 29, 2021
@rustbot label +A-docs +T-libs +E-easy
Veeupup commentedon Dec 29, 2021
@rustbot claim
Rollup merge of rust-lang#92399 - Veeupup:fix_vec_typo, r=Dylan-DPC