Fix warnings
This commit is contained in:
@@ -10,10 +10,6 @@ pub struct ClaudeExecutor;
|
||||
|
||||
#[async_trait]
|
||||
impl Executor for ClaudeExecutor {
|
||||
fn executor_type(&self) -> &'static str {
|
||||
"claude"
|
||||
}
|
||||
|
||||
async fn spawn(
|
||||
&self,
|
||||
pool: &sqlx::SqlitePool,
|
||||
@@ -51,8 +47,4 @@ impl Executor for ClaudeExecutor {
|
||||
|
||||
Ok(child)
|
||||
}
|
||||
|
||||
fn description(&self) -> &'static str {
|
||||
"Executes tasks using Claude CLI for AI-powered code assistance"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user