mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Fix linter issues
This commit is contained in:
parent
f7b8ae1ee7
commit
583f5c9612
3 changed files with 72 additions and 32 deletions
|
@ -1,12 +1,12 @@
|
|||
import * as analyzerStatus from './analyzer_status';
|
||||
import * as applySourceChange from './apply_source_change';
|
||||
import * as inlayHints from './inlay_hints';
|
||||
import * as joinLines from './join_lines';
|
||||
import * as matchingBrace from './matching_brace';
|
||||
import * as onEnter from './on_enter';
|
||||
import * as parentModule from './parent_module';
|
||||
import * as runnables from './runnables';
|
||||
import * as syntaxTree from './syntaxTree';
|
||||
import * as inlayHints from './inlay_hints';
|
||||
|
||||
export {
|
||||
analyzerStatus,
|
||||
|
@ -17,5 +17,5 @@ export {
|
|||
runnables,
|
||||
syntaxTree,
|
||||
onEnter,
|
||||
inlayHints,
|
||||
inlayHints
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue