Skip to content

Documentation for std::env::SplitPaths is slightly wrong #30093

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dimbleby opened this issue Nov 28, 2015 · 0 comments
Closed

Documentation for std::env::SplitPaths is slightly wrong #30093

dimbleby opened this issue Nov 28, 2015 · 0 comments
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. E-help-wanted Call for participation: Help is requested to fix this issue.

Comments

@dimbleby
Copy link

Here SplitPaths is described as

An iterator over `Path` instances 

But in fact it's an iterator over PathBuf instances.

@Manishearth Manishearth added E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. E-help-wanted Call for participation: Help is requested to fix this issue. labels Nov 29, 2015
jFransham added a commit to jFransham/rust that referenced this issue Nov 29, 2015
@jFransham jFransham mentioned this issue Nov 29, 2015
bors added a commit that referenced this issue Nov 29, 2015
Fixes #30093 in the most trivial possible way.
Manishearth added a commit to Manishearth/rust that referenced this issue Nov 29, 2015
bors added a commit that referenced this issue Nov 29, 2015
Fixes #30093 in the most trivial possible way.
fhahn pushed a commit to fhahn/rust that referenced this issue Nov 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. E-help-wanted Call for participation: Help is requested to fix this issue.
Projects
None yet
Development

No branches or pull requests

3 participants