mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +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,
|
_ => 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 {
|
||||||
|
|
|
@ -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 = [];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue