fix tests

This commit is contained in:
Clément DOUIN 2023-06-13 11:03:47 +02:00
parent 0f6f3439fb
commit 7d96ca52fa
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

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!()
}