fix clippy (#1334)

This commit is contained in:
Niklas Adolfsson
2024-01-03 12:18:56 +01:00
committed by GitHub
parent 47b8c90be5
commit 38d8e714ec
6 changed files with 6 additions and 12 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ mod wasm_platform;
#[cfg(feature = "web")]
mod wasm_socket;
pub use helpers::{build_platform, PlatformType};
pub use helpers::build_platform;
#[cfg(feature = "native")]
mod helpers {