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