rust/library/alloc
Matthias Krüger 9d23c320e4
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
fix typo in btree/vec doc: Self -> self

this pr fixes #92345
the documentation refers to the object the method is called for, not the type, so it should be using the lower case self.
2022-02-28 20:05:13 +01:00
..
benches update vec::retain benchmarks 2021-12-04 16:20:35 +01:00
src Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC 2022-02-28 20:05:13 +01:00
tests Add {floor,ceil}_char_boundary methods to str 2022-02-07 13:34:08 -05:00
Cargo.toml Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00