Skip to content

Commit

Permalink
Corrected documentation links
Browse files Browse the repository at this point in the history
  - Corrected superfluous documentation links reported by cargo doc in
    Rust 1.73.0 (not picked up in previous versions).
  • Loading branch information
danwilliams committed Oct 7, 2023
1 parent 3bf4b05 commit da886da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/rubedo/src/std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ pub trait PathExt {
///
/// # See Also
///
/// * [`std::path::Component`](std::path::Component)
/// * [`std::path::Component`]
/// * [`std::path::Path::components()`]
///
fn strip_parentdirs(&self, remove_all: bool) -> PathBuf;
Expand All @@ -197,8 +197,8 @@ pub trait PathExt {
/// * [`std::path::Path::has_root()`]
/// * [`std::path::Path::is_absolute()`]
/// * [`std::path::Path::strip_prefix()`]
/// * [`std::path::Prefix`](std::path::Prefix)
/// * [`std::path::PrefixComponent`](std::path::PrefixComponent)
/// * [`std::path::Prefix`]
/// * [`std::path::PrefixComponent`]
///
fn strip_root(&self) -> PathBuf;
}
Expand Down

0 comments on commit da886da

Please sign in to comment.