style(web): extern crate getrandom2 as _ (#884)
Some checks are pending
CI / Check formatting (push) Waiting to run
CI / Check typos (push) Waiting to run
CI / Checks [linux] (push) Blocked by required conditions
CI / Checks [macos] (push) Blocked by required conditions
CI / Checks [windows] (push) Blocked by required conditions
CI / Fuzzing (push) Blocked by required conditions
CI / Web Client (push) Blocked by required conditions
CI / FFI (push) Blocked by required conditions
CI / Success (push) Blocked by required conditions
Coverage / Coverage Report (push) Waiting to run
Release crates / Open release PR (push) Waiting to run
Release crates / Release crates (push) Waiting to run

Just for consistency.
This commit is contained in:
Benoît Cortier 2025-07-24 06:54:37 -04:00 committed by GitHub
parent 87df67fdc7
commit 8c574f254e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,10 +11,9 @@
// These crates are added just to enable additional WASM features.
extern crate chrono as _;
extern crate getrandom as _;
extern crate getrandom2 as _;
extern crate time as _;
use getrandom2 as _;
#[macro_use]
extern crate tracing;