diff options
Diffstat (limited to 'crates/turtle/src/atuin_pty_proxy/osc133.rs')
| -rw-r--r-- | crates/turtle/src/atuin_pty_proxy/osc133.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<Event> { |
