remove some warnings

This commit is contained in:
PoliEcho 2025-08-03 15:12:10 +02:00
parent 206012e72d
commit ef83f0216f
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ use std::{
use super::types;
use colored::Colorize;
use pea_2_pea::{shared::net::send_and_recv_with_retry, *};
use rand::{Rng, RngCore, rng};
use rand::{RngCore, rng};
use sha2::Digest;
pub fn query_request(

View File

@ -1,5 +1,4 @@
use pea_2_pea::*;
use std::sync::{Arc, atomic::Ordering};
#[derive(Clone)]
#[readonly::make]