Fix latest clippy lints

This commit is contained in:
Héctor Ramón Jiménez 2022-09-23 17:51:42 +02:00
parent 7420ea7a6b
commit 3e82ab069e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 16 additions and 18 deletions

View file

@ -9,5 +9,5 @@ pub struct Cache<'a, Message: 'a, Renderer: 'a> {
#[borrows(mut element)]
#[covariant]
pub overlay: Option<overlay::Element<'this, Message, Renderer>>,
overlay: Option<overlay::Element<'this, Message, Renderer>>,
}