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
@ -428,7 +428,7 @@ fn foo() {}
|
|||||||
name: "foo",
|
name: "foo",
|
||||||
kind: FN_DEF,
|
kind: FN_DEF,
|
||||||
focus_range: Some(
|
focus_range: Some(
|
||||||
56..59,
|
22..29,
|
||||||
),
|
),
|
||||||
container_name: None,
|
container_name: None,
|
||||||
description: None,
|
description: None,
|
||||||
@ -495,7 +495,7 @@ fn foo() {}
|
|||||||
name: "foo",
|
name: "foo",
|
||||||
kind: FN_DEF,
|
kind: FN_DEF,
|
||||||
focus_range: Some(
|
focus_range: Some(
|
||||||
97..100,
|
51..58,
|
||||||
),
|
),
|
||||||
container_name: None,
|
container_name: None,
|
||||||
description: None,
|
description: None,
|
||||||
|
Loading…
Reference in New Issue
Block a user