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 0452504 + a009a08 commit 90ca19aCopy full SHA for 90ca19a
src/libstd/path.rs
@@ -1442,8 +1442,7 @@ impl Path {
1442
/// `is_absolute` and `has_root` are equivalent.
1443
///
1444
/// * On Windows, a path is absolute if it has a prefix and starts with the
1445
- /// root: `c:\windows` is absolute, while `c:temp` and `\temp` are not. In
1446
- /// other words, `path.is_absolute() == path.prefix().is_some() && path.has_root()`.
+ /// root: `c:\windows` is absolute, while `c:temp` and `\temp` are not.
1447
1448
/// # Examples
1449
0 commit comments