fix tests

This commit is contained in:
Clément DOUIN
2023-06-13 11:03:47 +02:00
parent 0f6f3439fb
commit 7d96ca52fa
-3
View File
@@ -209,9 +209,6 @@ mod tests {
fn remove_flags(&mut self, _: &str, _: Vec<&str>, _: &Flags) -> backend::Result<()> {
unimplemented!()
}
fn try_clone(&self) -> backend::Result<Box<dyn Backend>> {
unimplemented!()
}
fn as_any(&self) -> &dyn Any {
unimplemented!()
}