Skip to content

Commit e1e4626

Browse files
committed
Auto merge of rust-lang#16206 - cuishuang:master, r=lnicola
Fix some comments
2 parents 3ab1666 + 638df27 commit e1e4626

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/hir/src/semantics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ impl<'db> SemanticsImpl<'db> {
670670
_ => 0,
671671
};
672672
// 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
674674
// attribute. But in
675675
// ```
676676
// mod foo {

editors/code/src/run.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export async function selectRunnable(
4343
return;
4444
}
4545

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

0 commit comments

Comments
 (0)