We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ab1666 + 638df27 commit e1e4626Copy full SHA for e1e4626
crates/hir/src/semantics.rs
@@ -670,7 +670,7 @@ impl<'db> SemanticsImpl<'db> {
670
_ => 0,
671
};
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
+ // entries from the start of the attribute "list" up the invoking
674
// attribute. But in
675
// ```
676
// mod foo {
editors/code/src/run.ts
@@ -43,7 +43,7 @@ export async function selectRunnable(
43
return;
44
}
45
46
- // clear the list before we hook up listeners to to avoid invoking them
+ // clear the list before we hook up listeners to avoid invoking them
47
// if the user happens to accept the placeholder item
48
quickPick.items = [];
49
0 commit comments