all: address clippy lints
This commit is contained in:
parent
e5fd0fa192
commit
9e67158f47
29 changed files with 31 additions and 68 deletions
|
|
@ -256,7 +256,7 @@ impl Objects {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
pub fn registries(&self) -> Locked<WlRegistryId, Rc<WlRegistry>> {
|
||||
pub fn registries(&self) -> Locked<'_, WlRegistryId, Rc<WlRegistry>> {
|
||||
self.registries.lock()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue