Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Aug 20, 2024
1 parent 47c7e68 commit 9fe3bdd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions zenoh/tests/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ use std::{

#[cfg(feature = "internal")]
use zenoh::internal::runtime::{Runtime, RuntimeBuilder};
#[cfg(feature = "unstable")]
use zenoh::pubsub::Reliability;
use zenoh::{
config, key_expr::KeyExpr, prelude::*, pubsub::Reliability, qos::CongestionControl,
sample::SampleKind, Session,
config, key_expr::KeyExpr, prelude::*, qos::CongestionControl, sample::SampleKind, Session,
};
use zenoh_core::ztimeout;
#[cfg(not(feature = "unstable"))]
use zenoh_protocol::core::Reliability;

const TIMEOUT: Duration = Duration::from_secs(60);
const SLEEP: Duration = Duration::from_secs(1);
Expand Down

0 comments on commit 9fe3bdd

Please sign in to comment.