From a3f44f4aa0d8b788f0b9692793b102c3e36a2449 Mon Sep 17 00:00:00 2001 From: mo8it Date: Fri, 10 May 2024 02:20:42 +0200 Subject: [PATCH] Remove unused import --- helix-term/src/commands/typed.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/helix-term/src/commands/typed.rs b/helix-term/src/commands/typed.rs index fa3a9439e..708991776 100644 --- a/helix-term/src/commands/typed.rs +++ b/helix-term/src/commands/typed.rs @@ -11,7 +11,6 @@ use globset::{Glob, GlobBuilder, GlobSetBuilder}; use helix_core::fuzzy::fuzzy_match; use helix_core::indent::MAX_INDENT; use helix_core::{encoding, line_ending, shellwords::Shellwords}; -use helix_stdx::env::current_working_dir; use helix_view::document::{read_to_string, DEFAULT_LANGUAGE_NAME}; use helix_view::editor::{Action, CloseError, ConfigEvent}; use serde_json::Value;