Skip to content

Commit 474e058

Browse files
committed
[rust] Remove unused constant in config module
1 parent 36a8f17 commit 474e058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/src/config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ use std::error::Error;
2626
use std::fs::read_to_string;
2727
use toml::Table;
2828

29-
pub const ARM64_ARCH: &str = "arm64";
3029
pub const CONFIG_FILE: &str = "selenium-manager-config.toml";
3130
pub const ENV_PREFIX: &str = "SE_";
3231
pub const VERSION_PREFIX: &str = "-version";

0 commit comments

Comments
 (0)