Skip to content

Commit

Permalink
Fix wrong typedef in publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Mar 2, 2024
1 parent 86e8b00 commit 0ee41f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zenoh/src/publication.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ use crate::Undeclarable;
use crate::{
handlers::{Callback, DefaultHandler, IntoCallbackReceiverPair},
sample::Attachment,
Id,
};
use std::future::Ready;
use zenoh_core::{zread, AsyncResolve, Resolvable, Resolve, SyncResolve};
Expand All @@ -37,9 +38,6 @@ use zenoh_protocol::zenoh::PushBody;
use zenoh_protocol::zenoh::Put;
use zenoh_result::ZResult;

#[cfg(feature = "unstable")]
pub(crate) type Id = usize;

/// The kind of congestion control.
pub use zenoh_protocol::core::CongestionControl;

Expand Down

0 comments on commit 0ee41f1

Please sign in to comment.