mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Refactor runables
This commit is contained in:
parent
237abb85c4
commit
6b118c9b8d
3 changed files with 66 additions and 67 deletions
|
@ -8,7 +8,7 @@ import { parentModule } from './parent_module';
|
|||
import { syntaxTree } from './syntax_tree';
|
||||
import { expandMacro } from './expand_macro';
|
||||
import * as inlayHints from './inlay_hints';
|
||||
import * as runnables from './runnables';
|
||||
import { run, runSingle } from './runnables';
|
||||
|
||||
function collectGarbage(ctx: Ctx): Cmd {
|
||||
return async () => {
|
||||
|
@ -22,9 +22,10 @@ export {
|
|||
joinLines,
|
||||
matchingBrace,
|
||||
parentModule,
|
||||
runnables,
|
||||
syntaxTree,
|
||||
onEnter,
|
||||
inlayHints,
|
||||
collectGarbage,
|
||||
run,
|
||||
runSingle
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue