mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Show type decorators
This commit is contained in:
parent
1d68e6171e
commit
169e69d217
5 changed files with 175 additions and 1 deletions
|
@ -6,6 +6,7 @@ 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,
|
||||
|
@ -15,5 +16,6 @@ export {
|
|||
parentModule,
|
||||
runnables,
|
||||
syntaxTree,
|
||||
onEnter
|
||||
onEnter,
|
||||
inlayHints,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue