File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ use tools::ToolsArgs;
4444
4545use crate :: cli:: chat:: cli:: checkpoint:: CheckpointSubcommand ;
4646use crate :: cli:: chat:: cli:: context:: ContextArgs ;
47-
4847use crate :: cli:: chat:: cli:: usage:: UsageArgs ;
4948use crate :: cli:: chat:: consts:: AGENT_MIGRATION_DOC_URL ;
5049use crate :: cli:: chat:: {
Original file line number Diff line number Diff line change @@ -3853,7 +3853,6 @@ async fn get_subscription_status(os: &mut Os) -> Result<ActualSubscriptionStatus
38533853 }
38543854}
38553855
3856-
38573856/// Checks if an input may be referencing a file and should not be handled as a typical slash
38583857/// command. If true, then return [Option::Some<ChatState>], otherwise [Option::None].
38593858fn does_input_reference_file ( input : & str ) -> Option < ChatState > {
@@ -4344,8 +4343,6 @@ mod tests {
43444343 }
43454344 }
43464345
4347-
4348-
43494346 // Integration test for PreToolUse hook functionality.
43504347 //
43514348 // In this integration test we create a preToolUse hook that logs tool info into a file
Original file line number Diff line number Diff line change @@ -171,8 +171,6 @@ pub mod ui_text {
171171 }
172172}
173173
174-
175-
176174/// Context-related text constants
177175pub mod context_text {
178176 use super :: PRODUCT_NAME ;
You can’t perform that action at this time.
0 commit comments