Skip to content

Commit 58d887b

Browse files
tiiflcnr
andauthored
Remove stray brackets
Co-authored-by: lcnr <rust@lcnr.de>
1 parent af52685 commit 58d887b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/formality-check/src/impls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl super::Check<'_> {
121121
}
122122

123123
/// Check that function `ii_fn` that appears in an impl is valid.
124-
/// This includes the core check from [`Self::check_fn`][],
124+
/// This includes the core check from [`Self::check_fn`],
125125
/// but also additional checks to ensure that the signature in the impl
126126
/// matches what is declared in the trait.
127127
///

0 commit comments

Comments
 (0)