mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
2bb7e1e6ed
Update doc comments to make the guarantee explicit. However, some implementations does not have the statement though. * `HashMap`, `HashSet`: require guarantees on hashbrown side. * `PathBuf`: simply redirecting to `OsString`. Fixes #99606.