We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3db9bee + 6a56147 commit 4867df4Copy full SHA for 4867df4
src/libstd/env.rs
@@ -326,7 +326,7 @@ fn _remove_var(k: &OsStr) {
326
})
327
}
328
329
-/// An iterator over `Path` instances for parsing an environment variable
+/// An iterator over `PathBuf` instances for parsing an environment variable
330
/// according to platform-specific conventions.
331
///
332
/// This structure is returned from `std::env::split_paths`.
0 commit comments