diff options
Diffstat (limited to 'helix-view/src/lib.rs')
-rw-r--r-- | helix-view/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/src/lib.rs b/helix-view/src/lib.rs index 14b6e1ce..9b1d333a 100644 --- a/helix-view/src/lib.rs +++ b/helix-view/src/lib.rs @@ -3,6 +3,7 @@ pub mod macros; pub mod base64; pub mod clipboard; +pub mod digraph; pub mod document; pub mod editor; pub mod events; |