Skip to content

Commit

Permalink
chore: Fix cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Sep 11, 2024
1 parent bc380da commit 27656fe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion crates/components/src/accordion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ mod test {
use freya::prelude::*;
use freya_testing::prelude::*;
use tokio::time::sleep;
use winit::event::MouseButton;

#[tokio::test]
pub async fn accordion() {
Expand Down
5 changes: 1 addition & 4 deletions crates/components/src/cursor_area.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ pub fn CursorArea(CursorAreaProps { children, icon }: CursorAreaProps) -> Elemen
mod test {
use freya::prelude::*;
use freya_testing::prelude::*;
use winit::{
event::MouseButton,
window::CursorIcon,
};
use winit::window::CursorIcon;

#[tokio::test]
pub async fn cursor_area() {
Expand Down
1 change: 0 additions & 1 deletion crates/components/src/dropdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ where
mod test {
use freya::prelude::*;
use freya_testing::prelude::*;
use winit::event::MouseButton;

#[tokio::test]
pub async fn dropdown() {
Expand Down

0 comments on commit 27656fe

Please sign in to comment.