mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
clippy fixes for wasm for rust 1.80
This commit is contained in:
parent
006e7aaaf5
commit
a363b26673
@ -181,6 +181,7 @@ build-android:
|
||||
unit-tests-clippy-linux:
|
||||
FROM +code-linux
|
||||
RUN cargo clippy
|
||||
RUN cargo clippy --target=wasm32-unknown-unknown
|
||||
|
||||
unit-tests-docs-linux:
|
||||
FROM +code-linux
|
||||
|
@ -116,7 +116,6 @@ impl WebsocketNetworkConnection {
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
///
|
||||
|
||||
pub(in crate::network_manager) struct WebsocketProtocolHandler {}
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
#![cfg(target_arch = "wasm32")]
|
||||
|
||||
use super::*;
|
||||
use core::sync::atomic::{AtomicI8, AtomicU32, Ordering};
|
||||
use js_sys::{global, Reflect};
|
||||
|
Loading…
Reference in New Issue
Block a user