We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33772d1 commit 7cd5bf3Copy full SHA for 7cd5bf3
rust/src/logger.rs
@@ -26,7 +26,6 @@ use serde::{Deserialize, Serialize};
26
use std::cell::RefCell;
27
use std::env;
28
use std::fmt::Display;
29
-use std::ops::Deref;
30
31
pub const DRIVER_PATH: &str = "Driver path: ";
32
pub const BROWSER_PATH: &str = "Browser path: ";
0 commit comments