@@ -523,8 +523,6 @@ fn main() {
523
523
let vb = B;
524
524
message();
525
525
}
526
-
527
- fn main() { message(); }
528
526
"### ,
529
527
)
530
528
. with_config ( |config| {
@@ -552,34 +550,16 @@ fn main() { message(); }
552
550
} ,
553
551
json ! ( [ {
554
552
"originSelectionRange" : {
555
- "end" : {
556
- "character" : 10 ,
557
- "line" : 12
558
- } ,
559
- "start" : {
560
- "character" : 8 ,
561
- "line" : 12
562
- }
553
+ "end" : { "character" : 10 , "line" : 12 } ,
554
+ "start" : { "character" : 8 , "line" : 12 }
563
555
} ,
564
556
"targetRange" : {
565
- "end" : {
566
- "character" : 9 ,
567
- "line" : 3
568
- } ,
569
- "start" : {
570
- "character" : 0 ,
571
- "line" : 2
572
- }
557
+ "end" : { "character" : 9 , "line" : 3 } ,
558
+ "start" : { "character" : 0 , "line" : 2 }
573
559
} ,
574
560
"targetSelectionRange" : {
575
- "end" : {
576
- "character" : 8 ,
577
- "line" : 3
578
- } ,
579
- "start" : {
580
- "character" : 7 ,
581
- "line" : 3
582
- }
561
+ "end" : { "character" : 8 , "line" : 3 } ,
562
+ "start" : { "character" : 7 , "line" : 3 }
583
563
} ,
584
564
"targetUri" : "file:///[..]src/main.rs"
585
565
} ] ) ,
@@ -595,34 +575,16 @@ fn main() { message(); }
595
575
} ,
596
576
json ! ( [ {
597
577
"originSelectionRange" : {
598
- "end" : {
599
- "character" : 10 ,
600
- "line" : 13
601
- } ,
602
- "start" : {
603
- "character" : 8 ,
604
- "line" : 13
605
- }
578
+ "end" : { "character" : 10 , "line" : 13 } ,
579
+ "start" : { "character" : 8 , "line" : 13 }
606
580
} ,
607
581
"targetRange" : {
608
- "end" : {
609
- "character" : 9 ,
610
- "line" : 7
611
- } ,
612
- "start" : {
613
- "character" : 0 ,
614
- "line" : 6
615
- }
582
+ "end" : { "character" : 9 , "line" : 7 } ,
583
+ "start" : { "character" : 0 , "line" : 6 }
616
584
} ,
617
585
"targetSelectionRange" : {
618
- "end" : {
619
- "character" : 8 ,
620
- "line" : 7
621
- } ,
622
- "start" : {
623
- "character" : 7 ,
624
- "line" : 7
625
- }
586
+ "end" : { "character" : 8 , "line" : 7 } ,
587
+ "start" : { "character" : 7 , "line" : 7 }
626
588
} ,
627
589
"targetUri" : "file:///[..]src/main.rs"
628
590
} ] ) ,
0 commit comments