Skip to content

Commit 36d9105

Browse files
committed
display Doctest code lens before comment #4785
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
1 parent 9d0a6aa commit 36d9105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ra_ide/src/runnables.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ mod tests {
428428
name: "foo",
429429
kind: FN_DEF,
430430
focus_range: Some(
431-
56..59,
431+
22..29,
432432
),
433433
container_name: None,
434434
description: None,
@@ -495,7 +495,7 @@ mod tests {
495495
name: "foo",
496496
kind: FN_DEF,
497497
focus_range: Some(
498-
97..100,
498+
51..58,
499499
),
500500
container_name: None,
501501
description: None,

0 commit comments

Comments
 (0)