Skip to content

Commit

Permalink
Merge pull request #276 from quartiq/doc-links
Browse files Browse the repository at this point in the history
keys: remove potentially broken doc link
  • Loading branch information
jordens authored Feb 10, 2025
2 parents 23fc746 + 57d3654 commit 1752e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miniconf/src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ where

/// Be converted into a `Keys`
pub trait IntoKeys {
/// The specific [`Keys`] implementor.
/// The specific `Keys` implementor.
type IntoKeys: Keys;

/// Convert `self` into a [`Keys`] implementor.
/// Convert `self` into a `Keys` implementor.
fn into_keys(self) -> Self::IntoKeys;
}

Expand Down

0 comments on commit 1752e76

Please sign in to comment.