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;