mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
95abeb0705
Document `Item` type in `std::env::SplitPaths` iterator. Previously there wasn't any documentation to show what the type of `Item` was inside `std::env::SplitPaths`. Now, in the same format as other examples of docs in `std` for `Iterator#Item`, we mention the type. This fixes #59543. r? @steveklabnik