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 af52685 commit 58d887bCopy full SHA for 58d887b
crates/formality-check/src/impls.rs
@@ -121,7 +121,7 @@ impl super::Check<'_> {
121
}
122
123
/// Check that function `ii_fn` that appears in an impl is valid.
124
- /// This includes the core check from [`Self::check_fn`][],
+ /// This includes the core check from [`Self::check_fn`],
125
/// but also additional checks to ensure that the signature in the impl
126
/// matches what is declared in the trait.
127
///
0 commit comments