Fix new beta toolchain warnings

This commit is contained in:
Héctor Ramón Jiménez 2024-02-05 00:51:51 +01:00
parent 8792fc0bb7
commit e14e8e2e9a
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 14 additions and 16 deletions

View file

@ -332,7 +332,7 @@ mod toast {
}
fn tag(&self) -> widget::tree::Tag {
struct Marker(Vec<Instant>);
struct Marker;
widget::tree::Tag::of::<Marker>()
}