From 4ce7d4229f8ec490c6f45745ba696b4b74fb9dac Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+nikitarevenco@users.noreply.github.com> Date: Sat, 9 Nov 2024 14:32:40 +0000 Subject: [PATCH] feat: 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 416840ab8..95885be93 100644 --- a/helix-term/src/commands/typed.rs +++ b/helix-term/src/commands/typed.rs @@ -1,4 +1,3 @@ -use std::borrow::Borrow; use std::fmt::Write; use std::io::BufReader; use std::ops::Deref;