mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
414d79d567
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!