Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions crates/warp_tui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ mod conversation_menu;
mod conversation_selection;
mod editor_element;
mod editor_interaction;
// The option-selector slice consumes this reusable editor and removes the allow.
#[allow(dead_code)]
mod editor_view;
mod exit_confirmation;
mod inline_menu;
Expand All @@ -33,6 +31,10 @@ mod input_suggestions_mode;
mod keybindings;
mod mcp_menu;
mod model_menu;
// Not consumed yet: the TUI orchestration card slice embeds this selector
// and removes the allow.
#[allow(dead_code)]
mod option_selector;
mod resume;
mod skills_menu;
mod slash_commands;
Expand Down
Loading