diff options
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r-- | helix-core/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 08d10726..e205af08 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -10,7 +10,6 @@ license = "MPL-2.0" [features] embed_runtime = ["rust-embed"] -debug = [] [dependencies] helix-syntax = { path = "../helix-syntax" } |