1
0
mirror of https://gitlab.com/veilid/veilid.git synced 2025-04-04 20:15:49 -04:00

stray use

This commit is contained in:
John Smith 2023-09-02 20:34:22 -04:00
parent 64d9f456ce
commit 926dfc4190
2 changed files with 1 additions and 1 deletions
Cargo.lock
veilid-tools/src

1
Cargo.lock generated

@ -5797,6 +5797,7 @@ dependencies = [
"flume",
"fn_name",
"futures-util",
"getrandom 0.2.10",
"jni",
"jni-sys",
"js-sys",

@ -1,4 +1,3 @@
use super::*;
use rand::prelude::*;
#[derive(Clone, Copy, Debug, Default)]