Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/lib.rs')
| -rw-r--r-- | helix-view/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/lib.rs b/helix-view/src/lib.rs index a7e9f461..d54b49ef 100644 --- a/helix-view/src/lib.rs +++ b/helix-view/src/lib.rs @@ -2,11 +2,11 @@ pub mod macros; pub mod annotations; +pub mod base64; pub mod clipboard; pub mod document; pub mod editor; pub mod events; -pub mod expansion; pub mod graphics; pub mod gutter; pub mod handlers; |