core-agent-ide/codex-rs/tui
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
..
src fix: remove unused import in release mode (#2201) 2025-08-11 17:11:36 -07:00
tests Revert "Streaming markdown (#1920)" (#1981) 2025-08-08 01:38:39 +00:00
Cargo.toml Change the UI of apply patch (#1907) 2025-08-07 05:25:41 +00:00
prompt_for_init_command.md chore: rename INIT.md to prompt_for_init_command.md and move closer to usage (#1886) 2025-08-06 11:58:57 -07:00