mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
display Doctest code lens before comment #4785
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
This commit is contained in:
parent
9d0a6aaee3
commit
36d9105d0e
1 changed files with 2 additions and 2 deletions
|
@ -428,7 +428,7 @@ mod tests {
|
|||
name: "foo",
|
||||
kind: FN_DEF,
|
||||
focus_range: Some(
|
||||
56..59,
|
||||
22..29,
|
||||
),
|
||||
container_name: None,
|
||||
description: None,
|
||||
|
@ -495,7 +495,7 @@ mod tests {
|
|||
name: "foo",
|
||||
kind: FN_DEF,
|
||||
focus_range: Some(
|
||||
97..100,
|
||||
51..58,
|
||||
),
|
||||
container_name: None,
|
||||
description: None,
|
||||
|
|
Loading…
Reference in a new issue