From abd0365c16ab2e65773f4c8d3b782c2e44128dc5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 13 Jun 2026 20:45:15 +0200 Subject: chore(treewide): Remove glob imports --- crates/turtle/src/atuin_pty_proxy/osc133.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/turtle/src/atuin_pty_proxy/osc133.rs') diff --git a/crates/turtle/src/atuin_pty_proxy/osc133.rs b/crates/turtle/src/atuin_pty_proxy/osc133.rs index b0cf0f0a..f2a796f1 100644 --- a/crates/turtle/src/atuin_pty_proxy/osc133.rs +++ b/crates/turtle/src/atuin_pty_proxy/osc133.rs @@ -362,7 +362,7 @@ fn parse_param(param: &[u8]) -> Param { #[cfg(test)] mod tests { - use super::*; + use super::{BEL, Event, LocatedEvent, Param, Params, Parser, Zone}; /// Collect all events from a single `push` call. fn parse_events(data: &[u8]) -> Vec { -- cgit v1.3.1