mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Hints are not commands
This commit is contained in:
parent
3d008a78d0
commit
7b199f6a4b
3 changed files with 2 additions and 4 deletions
|
@ -10,7 +10,6 @@ import { onEnter } from './on_enter';
|
|||
import { parentModule } from './parent_module';
|
||||
import { syntaxTree } from './syntax_tree';
|
||||
import { expandMacro } from './expand_macro';
|
||||
import * as inlayHints from './inlay_hints';
|
||||
import { run, runSingle } from './runnables';
|
||||
|
||||
function collectGarbage(ctx: Ctx): Cmd {
|
||||
|
@ -38,7 +37,6 @@ export {
|
|||
parentModule,
|
||||
syntaxTree,
|
||||
onEnter,
|
||||
inlayHints,
|
||||
collectGarbage,
|
||||
run,
|
||||
runSingle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue