diff --git a/zenoh/src/lib.rs b/zenoh/src/lib.rs index e09ca91f34..94c34a2802 100644 --- a/zenoh/src/lib.rs +++ b/zenoh/src/lib.rs @@ -186,7 +186,9 @@ pub mod key_expr { /// Zenoh [`Session`] and associated types pub mod session { #[zenoh_macros::unstable] - pub use zenoh_config::wrappers::{EntityGlobalId, ZenohId}; + pub use zenoh_config::wrappers::EntityGlobalId; + pub use zenoh_config::wrappers::ZenohId; + #[zenoh_macros::unstable] pub use zenoh_protocol::core::EntityId; #[zenoh_macros::internal]