diff options
| author | bors <bors@rust-lang.org> | 2015-11-29 18:13:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-11-29 18:13:17 +0000 |
| commit | 4867df4a23d88c4aaeb99bc96f891511eb24cee0 (patch) | |
| tree | fadb6ebe394927a02dc07b099205ff8a2ac20afb /src/libstd | |
| parent | 3db9bee9038b8b66068c6d2268bdb21d6e891e96 (diff) | |
| parent | 6a56147a8600f946b5dc92e4fee40ce984f9dacf (diff) | |
| download | rust-4867df4a23d88c4aaeb99bc96f891511eb24cee0.tar.gz rust-4867df4a23d88c4aaeb99bc96f891511eb24cee0.zip | |
Auto merge of #30100 - jFransham:patch-1, r=steveklabnik
Fixes #30093 in the most trivial possible way.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/env.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/env.rs b/src/libstd/env.rs index b81b2a71ad6..a63c90c4a91 100644 --- a/src/libstd/env.rs +++ b/src/libstd/env.rs @@ -326,7 +326,7 @@ fn _remove_var(k: &OsStr) { }) } -/// An iterator over `Path` instances for parsing an environment variable +/// An iterator over `PathBuf` instances for parsing an environment variable /// according to platform-specific conventions. /// /// This structure is returned from `std::env::split_paths`. |
