aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-10-27 01:02:46 +0000
committerBlaž Hrastnik2021-10-27 03:25:00 +0000
commit3fe353c47cb9c56d8e08396be476cf53b688fe36 (patch)
treef01938c28f773c1bc0e9454fc6bc61ee1bcddba5 /helix-term/Cargo.toml
parente36ad8b4edcede174ffad404b70d7c12d007548e (diff)
Remove some old TODOs
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 78afab01..cf1f44d5 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -44,8 +44,6 @@ log = "0.4"
# File picker
fuzzy-matcher = "0.3"
ignore = "0.4"
-# shellexpand = "2.1"
-# dirs-next = "2.0"
# markdown doc rendering
pulldown-cmark = { version = "0.8", default-features = false }