Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/annotations.rs')
| -rw-r--r-- | helix-view/src/annotations.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/src/annotations.rs b/helix-view/src/annotations.rs new file mode 100644 index 00000000..4c630487 --- /dev/null +++ b/helix-view/src/annotations.rs @@ -0,0 +1 @@ +pub mod diagnostics; |