Files
llmx/codex-rs/tui/src
Michael Bolin ae81fbf83f fix: remove unused import in release mode (#2201)
Moves `use codex_core::protocol::EventMsg` inside the block annotated
with `#[cfg(debug_assertions)]` since that was the only place in the
file that was using it.

This eliminates the `warning: unused import:` when building with `cargo
build --release` in `cargo-rs/tui`.

Note this was not breaking CI because we do not build release builds on
CI since we're impatient :P
2025-08-11 17:11:36 -07:00
..
2025-07-31 00:06:55 +00:00
2025-08-05 04:23:22 +00:00
2025-08-06 18:22:14 -04:00
2025-08-08 10:57:16 -07:00
2025-08-02 00:31:38 +00:00