Auto merge of #30100 - jFransham:patch-1, r=steveklabnik
Fixes #30093 in the most trivial possible way.
This commit is contained in:
commit
4867df4a23
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue