Skip to content

Commit

Permalink
fix clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Pyattaev committed Nov 28, 2024
1 parent d5aef45 commit b2c6e92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quic-client/tests/quic_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ mod tests {
solana_net_utils::bind_to_localhost,
solana_perf::packet::PacketBatch,
solana_quic_client::nonblocking::quic_client::{
QuicClientCertificate, QuicLazyInitializedEndpoint,
QuicLazyInitializedEndpoint,
},
solana_sdk::{packet::PACKET_DATA_SIZE, signature::Keypair},
solana_streamer::{
quic::{QuicServerParams, SpawnServerResult},
streamer::StakedNodes,
tls_certificates::new_dummy_x509_certificate,
},
solana_tls_utils::{QuicClientCertificate,new_dummy_x509_certificate},
std::{
net::{SocketAddr, UdpSocket},
sync::{
Expand Down
1 change: 1 addition & 0 deletions tls-utils/src/tls_certificates.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::arithmetic_side_effects)]
use {
solana_keypair::Keypair,
solana_pubkey::Pubkey,
Expand Down

0 comments on commit b2c6e92

Please sign in to comment.