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