mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-26 22:48:17 +00:00
scmi: fix mismatched_lifetime_syntaxes lint
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
This commit is contained in:
parent
01e26d8070
commit
bb1d706fe6
@ -314,7 +314,7 @@ impl HandlerMap {
|
||||
map
|
||||
}
|
||||
|
||||
fn keys(&self) -> std::collections::hash_map::Keys<(u8, u8), HandlerInfo> {
|
||||
fn keys(&self) -> std::collections::hash_map::Keys<'_, (u8, u8), HandlerInfo> {
|
||||
self.0.keys()
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user