diff --git a/zenoh/src/api/session.rs b/zenoh/src/api/session.rs index a15ac605c..d6d8e0528 100644 --- a/zenoh/src/api/session.rs +++ b/zenoh/src/api/session.rs @@ -11,7 +11,6 @@ // Contributors: // ZettaScale Zenoh Team, // -#[cfg(feature = "unstable")] use std::collections::hash_map::Entry; use std::{ collections::HashMap, @@ -2645,7 +2644,6 @@ impl Primitives for WeakSession { SubscriberKind::LivelinessSubscriber, #[cfg(feature = "unstable")] Reliability::Reliable, - #[cfg(feature = "unstable")] None, ); }