Resolve doc links on impl blocks

This commit is contained in:
Jonas Schievink 2022-08-23 17:50:45 +02:00
parent 27e17ffd27
commit 322e7060de
3 changed files with 3 additions and 3 deletions

View file

@ -624,7 +624,7 @@ struct Foo {
bar: bool,
}
/// This is an impl with a code block.
/// This is an impl of [`Foo`] with a code block.
///
/// ```
/// fn foo() {