mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Fix doctests in an Impl block
This commit is contained in:
parent
947f95193a
commit
01688f8d4f
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ mod tests {
|
|||
kind: Bin,
|
||||
},
|
||||
Runnable {
|
||||
range: 52..106,
|
||||
range: 51..105,
|
||||
kind: DocTest {
|
||||
test_id: Path(
|
||||
"Data::foo",
|
||||
|
|
Loading…
Reference in a new issue