From 9227267aa39ae05bded8be5f39bf3b957e19006d Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:52:09 +0000 Subject: [PATCH] chore: remove TODO comment --- helix-term/src/ui/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/helix-term/src/ui/mod.rs b/helix-term/src/ui/mod.rs index 753a899de..3f15d3217 100644 --- a/helix-term/src/ui/mod.rs +++ b/helix-term/src/ui/mod.rs @@ -414,8 +414,6 @@ pub fn file_explorer(root: PathBuf, editor: &Editor) -> Result {