mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
6092c1a074
Add documentation for `PathBuf`'s `FromIterator` and `Extend` impls I think it's not very obvious that `PathBuf`'s `Extend` and `FromIterator` impls work like `PathBuf::push`, so I think these should be documented. I'm not very happy with the wording and examples, open to suggestions :)