aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorBenjamin Coenen <[email protected]>2020-06-14 20:50:24 +0100
committerBenjamin Coenen <[email protected]>2020-06-14 20:50:24 +0100
commit36d9105d0e3b023b30e1c232701952395c68ce01 (patch)
tree64d0d0ed0f3c6c24f129dcec237dc03f424ad90b /crates
parent9d0a6aaee388c6bba43806c72e81a21ac7e07008 (diff)
display Doctest code lens before comment #4785
Signed-off-by: Benjamin Coenen <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_ide/src/runnables.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_ide/src/runnables.rs b/crates/ra_ide/src/runnables.rs
index be60b5323..7c505a765 100644
--- a/crates/ra_ide/src/runnables.rs
+++ b/crates/ra_ide/src/runnables.rs
@@ -428,7 +428,7 @@ mod tests {
428 name: "foo", 428 name: "foo",
429 kind: FN_DEF, 429 kind: FN_DEF,
430 focus_range: Some( 430 focus_range: Some(
431 56..59, 431 22..29,
432 ), 432 ),
433 container_name: None, 433 container_name: None,
434 description: None, 434 description: None,
@@ -495,7 +495,7 @@ mod tests {
495 name: "foo", 495 name: "foo",
496 kind: FN_DEF, 496 kind: FN_DEF,
497 focus_range: Some( 497 focus_range: Some(
498 97..100, 498 51..58,
499 ), 499 ),
500 container_name: None, 500 container_name: None,
501 description: None, 501 description: None,