Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Jun 15, 2020
1 parent fce0519 commit 53521fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zenoh-protocol/src/link/tcp.rs
Expand Up @@ -16,7 +16,6 @@ use async_std::prelude::*;
use async_std::sync::{Arc, Barrier, Mutex, Sender, RwLock, Receiver, Weak, channel};
use async_std::task;
use async_trait::async_trait;
use libc;
use std::collections::HashMap;
use std::convert::TryInto;
use std::fmt;
Expand Down

0 comments on commit 53521fb

Please sign in to comment.