aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoenen Benjamin <[email protected]>2020-05-17 11:10:35 +0100
committerGitHub <[email protected]>2020-05-17 11:10:35 +0100
commit01688f8d4f21a8c22582ff68ee995dd0d4a134b9 (patch)
tree2e52ba841f645d0580fcf5d876b80f9448e1922c
parent947f95193a52ebdda3f727500144fe1f6d292868 (diff)
Fix doctests in an Impl block
-rw-r--r--crates/ra_ide/src/runnables.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/runnables.rs b/crates/ra_ide/src/runnables.rs
index 72eced343..131b8f307 100644
--- a/crates/ra_ide/src/runnables.rs
+++ b/crates/ra_ide/src/runnables.rs
@@ -285,7 +285,7 @@ mod tests {
285 kind: Bin, 285 kind: Bin,
286 }, 286 },
287 Runnable { 287 Runnable {
288 range: 52..106, 288 range: 51..105,
289 kind: DocTest { 289 kind: DocTest {
290 test_id: Path( 290 test_id: Path(
291 "Data::foo", 291 "Data::foo",