Fix warnings

This commit is contained in:
Joscha 2022-07-13 15:29:31 +02:00
parent cc3fbaf968
commit 9169cbb657
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ pub mod list;
pub mod text;
use async_trait::async_trait;
use toss::frame::{Frame, Pos, Size};
use toss::frame::{Frame, Size};
#[async_trait]
pub trait Widget {