File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ impl<'db> SemanticsImpl<'db> {
670
670
_ => 0 ,
671
671
} ;
672
672
// FIXME: here, the attribute's text range is used to strip away all
673
- // entries from the start of the attribute "list" up the the invoking
673
+ // entries from the start of the attribute "list" up the invoking
674
674
// attribute. But in
675
675
// ```
676
676
// mod foo {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export async function selectRunnable(
43
43
return ;
44
44
}
45
45
46
- // clear the list before we hook up listeners to to avoid invoking them
46
+ // clear the list before we hook up listeners to avoid invoking them
47
47
// if the user happens to accept the placeholder item
48
48
quickPick . items = [ ] ;
49
49
You can’t perform that action at this time.
0 commit comments