]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #101330 - wkordalski:hashset-drain-doc, r=jyn514
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Sat, 3 Sep 2022 05:03:07 +0000 (10:33 +0530)
committerGitHub <noreply@github.com>
Sat, 3 Sep 2022 05:03:07 +0000 (10:33 +0530)
commit414d79d567d93764f80a27d312571e57e9c73827
treefee8421e85733fdf300712674e49e6ed5577486b
parentc42df986dab12d1cacb202f5c98588ec0e4ceb1d
parent532d5f2320758e37bb6e9f851c5bc507933733c9
Rollup merge of #101330 - wkordalski:hashset-drain-doc, r=jyn514

Fix `std::collections::HashSet::drain` documentation

Hi!

`std::collections::HashSet::drain` contains small typo in the docstring.

I didn't read too much about the model of contributing to Rust, so merge this PR or close and fix the typo the right way :)

Thanks for Rust!