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 d508de6 + acc8ec0 commit acfa113Copy full SHA for acfa113
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