mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Fix some comments
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
3ab1666370
commit
638df27f99
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 = [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue