mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Add some comments
This commit is contained in:
parent
62b1b05a0d
commit
bbf38b9e72
4 changed files with 44 additions and 25 deletions
5
editors/code/src/notifications/index.ts
Normal file
5
editors/code/src/notifications/index.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import * as publishDecorations from './publish_decorations';
|
||||
|
||||
export {
|
||||
publishDecorations,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue