1
0
Fork 0
forked from wry/wry

it: fix clippy lints

This commit is contained in:
Julian Orth 2024-04-03 14:47:46 +02:00
parent 15a1b600f3
commit 6baa7ab07f
3 changed files with 4 additions and 4 deletions

View file

@ -224,7 +224,7 @@ impl TestRegistry {
name,
interface: obj.interface().name(),
version,
id: obj.id().into(),
id: obj.id(),
})?;
self.tran.add_obj(obj.clone())?;
Ok(())