Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Mar 27, 2024
1 parent e601271 commit ea4020d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zenoh/src/publication.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ pub struct DeleteBuilder<'a, 'b> {
/// # async_std::task::block_on(async {
/// use zenoh::prelude::r#async::*;
/// use zenoh::publication::CongestionControl;
/// use zenoh::sample_builder::{PutSampleBuilderTrait, QoSBuilderTrait};
///
/// let session = zenoh::open(config::peer()).res().await.unwrap();
/// session
Expand Down Expand Up @@ -951,6 +952,7 @@ impl<'a> Sink<Sample> for Publisher<'a> {
/// # async_std::task::block_on(async {
/// use zenoh::prelude::r#async::*;
/// use zenoh::publication::CongestionControl;
/// use zenoh::sample_builder::{PutSampleBuilderTrait, QoSBuilderTrait};
///
/// let session = zenoh::open(config::peer()).res().await.unwrap();
/// let publisher = session
Expand Down
1 change: 1 addition & 0 deletions zenoh/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ impl Session {
/// ```
/// # async_std::task::block_on(async {
/// use zenoh::prelude::r#async::*;
/// use zenoh::sample_builder::PutSampleBuilderTrait;
///
/// let session = zenoh::open(config::peer()).res().await.unwrap();
/// session
Expand Down

0 comments on commit ea4020d

Please sign in to comment.