mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Move parentModule to the new Ctx
This commit is contained in:
parent
5aebf1081d
commit
9bfeac708d
3 changed files with 37 additions and 37 deletions
|
@ -4,9 +4,9 @@ import { analyzerStatus } from './analyzer_status';
|
|||
import { matchingBrace } from './matching_brace';
|
||||
import { joinLines } from './join_lines';
|
||||
import { onEnter } from './on_enter';
|
||||
import { parentModule } from './parent_module';
|
||||
import * as expandMacro from './expand_macro';
|
||||
import * as inlayHints from './inlay_hints';
|
||||
import * as parentModule from './parent_module';
|
||||
import * as runnables from './runnables';
|
||||
import * as syntaxTree from './syntaxTree';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue