Skip to content

Commit 01688f8

Browse files
authored
Fix doctests in an Impl block
1 parent 947f951 commit 01688f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_ide/src/runnables.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ mod tests {
285285
kind: Bin,
286286
},
287287
Runnable {
288-
range: 52..106,
288+
range: 51..105,
289289
kind: DocTest {
290290
test_id: Path(
291291
"Data::foo",

0 commit comments

Comments
 (0)