Skip to content

Commit

Permalink
Issue #34076: Removing reference to removed path.prefix() function
Browse files Browse the repository at this point in the history
  • Loading branch information
pwlandoll committed Jun 30, 2016
1 parent c2b56fb commit acc8ec0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libstd/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1443,8 +1443,7 @@ impl Path {
/// `is_absolute` and `has_root` are equivalent.
///
/// * On Windows, a path is absolute if it has a prefix and starts with the
/// root: `c:\windows` is absolute, while `c:temp` and `\temp` are not. In
/// other words, `path.is_absolute() == path.prefix().is_some() && path.has_root()`.
/// root: `c:\windows` is absolute, while `c:temp` and `\temp` are not.
///
/// # Examples
///
Expand Down

0 comments on commit acc8ec0

Please sign in to comment.