mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
remove redundant imports (#10154)
This commit is contained in:
@@ -2,7 +2,7 @@ use crate::{
|
||||
requests::DisconnectArguments,
|
||||
transport::{Payload, Request, Response, Transport},
|
||||
types::*,
|
||||
Error, Result, ThreadId,
|
||||
Error, Result,
|
||||
};
|
||||
use helix_core::syntax::DebuggerQuirks;
|
||||
|
||||
|
Reference in New Issue
Block a user