Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Dec 10, 2024
1 parent ce4ff0b commit aaa2d69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zenoh/src/api/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
// Contributors:
// ZettaScale Zenoh Team, <[email protected]>
//
#[cfg(feature = "unstable")]
use std::collections::hash_map::Entry;
use std::{
collections::HashMap,
Expand Down Expand Up @@ -2645,7 +2644,6 @@ impl Primitives for WeakSession {
SubscriberKind::LivelinessSubscriber,
#[cfg(feature = "unstable")]
Reliability::Reliable,
#[cfg(feature = "unstable")]
None,
);
}
Expand Down

0 comments on commit aaa2d69

Please sign in to comment.