mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Resolve doc links on impl blocks
This commit is contained in:
parent
27e17ffd27
commit
322e7060de
3 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue