mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
remove redundant imports (#10154)
This commit is contained in:
parent
1539312558
commit
3e2b85c61b
4 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@ use crate::{
|
|||
requests::DisconnectArguments,
|
||||
transport::{Payload, Request, Response, Transport},
|
||||
types::*,
|
||||
Error, Result, ThreadId,
|
||||
Error, Result,
|
||||
};
|
||||
use helix_core::syntax::DebuggerQuirks;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue