Skip to content

Commit 50b605e

Browse files
authored
Fix clippy warnings
Removed obsolete imports
1 parent 4042661 commit 50b605e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/common/enigo_test.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ use std::net::{TcpListener, TcpStream};
33
use tungstenite::accept;
44

55
use enigo::{
6-
Axis, Button,
7-
Coordinate::{self, Abs},
6+
Axis, Coordinate,
87
Direction::{self, Click, Press, Release},
98
Enigo, Key, Keyboard, Mouse, Settings,
109
};

0 commit comments

Comments
 (0)