Skip to content

Commit

Permalink
Reexport ConsolidationMode in prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Sep 8, 2023
1 parent 0fba930 commit 108dc59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zenoh/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub(crate) mod common {
/// The encoding of a zenoh `Value`.
pub use zenoh_protocol::core::{Encoding, KnownEncoding};

pub use crate::query::ConsolidationMode;
#[zenoh_macros::unstable]
pub use crate::sample::Locality;
#[cfg(not(feature = "unstable"))]
Expand Down

0 comments on commit 108dc59

Please sign in to comment.