mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-15 15:33:26 +00:00
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!