Skip to content

Commit 96e72a7

Browse files
committed
f
1 parent 8c3b556 commit 96e72a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#![warn(clippy::unwrap_used)]
22

3-
use ethportal_api::types::cli::{TrinConfig, Web3TransportType};
3+
use ethportal_api::types::cli::TrinConfig;
4+
#[cfg(windows)]
5+
use ethportal_api::types::cli::Web3TransportType;
46
use tracing::error;
57
use trin_utils::log::init_tracing_logger;
68

0 commit comments

Comments
 (0)