Skip to content

Commit

Permalink
Merge pull request #73 from jakoschiko/fix-doc-link
Browse files Browse the repository at this point in the history
Fix link in rustdoc
  • Loading branch information
JesperAxelsson authored Dec 9, 2024
2 parents 07165f8 + 66d3cf5 commit e888dbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/int_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ pub trait IntKey: Copy {
///
/// [`IntMap`] assumes that this is a cheap operation and that two different values
/// don't return the same integer.
///
/// [`IntMap`]: crate::IntMap
fn into_int(self) -> Self::Int;
}

Expand Down

0 comments on commit e888dbf

Please sign in to comment.