Skip to content

Commit 1caeabe

Browse files
committed
clippy warnings: remove
1 parent 1d914cd commit 1caeabe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gateway/src/node/client_handling/bandwidth.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
use std::num::ParseIntError;
55
use thiserror::Error;
6-
use tracing::error;
76

87
#[derive(Debug, Error)]
98
pub enum BandwidthError {

mixtcp/examples/tls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
174174
let start = tokio::time::Instant::now();
175175
let mut connected = false;
176176
let mut tls = None;
177-
let mut handshake_completed = false;
177+
let handshake_completed = false;
178178

179179
loop {
180180
if start.elapsed() > Duration::from_secs(120) {

0 commit comments

Comments
 (0)