Auto merge of #16206 - cuishuang:master, r=lnicola

Fix some comments
This commit is contained in:
bors 2023-12-29 18:09:02 +00:00
commit e1e4626ff5
2 changed files with 2 additions and 2 deletions

View File

@ -670,7 +670,7 @@ impl<'db> SemanticsImpl<'db> {
_ => 0, _ => 0,
}; };
// FIXME: here, the attribute's text range is used to strip away all // 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 // attribute. But in
// ``` // ```
// mod foo { // mod foo {

View File

@ -43,7 +43,7 @@ export async function selectRunnable(
return; 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 // if the user happens to accept the placeholder item
quickPick.items = []; quickPick.items = [];