fix: resolve compilation errors by adding Sync+Send bounds and fixing syntax
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
@@ -161,7 +161,7 @@ impl CompressionEngine for CompressionEngineProgram {
|
||||
}))
|
||||
}
|
||||
|
||||
fn clone_box(&self) -> Box<dyn CompressionEngine + Send + Sync> {
|
||||
fn clone_box(&self) -> Box<dyn CompressionEngine> {
|
||||
Box::new(self.clone())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user