diff options
Diffstat (limited to 'helix-view/Cargo.toml')
-rw-r--r-- | helix-view/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 2efa53f0..9bac60e4 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -10,7 +10,6 @@ license = "MPL-2.0" [features] term = ["tui", "crossterm"] default = ["term"] -debug = ["helix-core/debug", "helix-lsp/debug"] [dependencies] anyhow = "1" |