Skip to content

Commit 7cd5bf3

Browse files
committed
[rust] Remove non necessary import
1 parent 33772d1 commit 7cd5bf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/src/logger.rs

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ use serde::{Deserialize, Serialize};
2626
use std::cell::RefCell;
2727
use std::env;
2828
use std::fmt::Display;
29-
use std::ops::Deref;
3029

3130
pub const DRIVER_PATH: &str = "Driver path: ";
3231
pub const BROWSER_PATH: &str = "Browser path: ";

0 commit comments

Comments
 (0)