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