remove some warnings
This commit is contained in:
parent
206012e72d
commit
ef83f0216f
@ -7,7 +7,7 @@ use std::{
|
|||||||
use super::types;
|
use super::types;
|
||||||
use colored::Colorize;
|
use colored::Colorize;
|
||||||
use pea_2_pea::{shared::net::send_and_recv_with_retry, *};
|
use pea_2_pea::{shared::net::send_and_recv_with_retry, *};
|
||||||
use rand::{Rng, RngCore, rng};
|
use rand::{RngCore, rng};
|
||||||
use sha2::Digest;
|
use sha2::Digest;
|
||||||
|
|
||||||
pub fn query_request(
|
pub fn query_request(
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
use pea_2_pea::*;
|
use pea_2_pea::*;
|
||||||
use std::sync::{Arc, atomic::Ordering};
|
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
#[readonly::make]
|
#[readonly::make]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user