Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/hir/src/semantics.rs
Original file line number Diff line number Diff line change
@@ -670,7 +670,7 @@ impl<'db> SemanticsImpl<'db> {
_ => 0,
};
// FIXME: here, the attribute's text range is used to strip away all
// entries from the start of the attribute "list" up the the invoking
// entries from the start of the attribute "list" up the invoking
// attribute. But in
// ```
// mod foo {
2 changes: 1 addition & 1 deletion editors/code/src/run.ts
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ export async function selectRunnable(
return;
}

// 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
// if the user happens to accept the placeholder item
quickPick.items = [];

0 comments on commit e1e4626

Please sign in to comment.