Skip to content

Commit

Permalink
Remove deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed May 12, 2024
1 parent 8bebde2 commit aa34aad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/v5/sink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,6 @@ impl MqttSink {
PublishBuilder { packet, shared: self.0.clone() }
}

#[doc(hidden)]
#[deprecated(since = "0.10.3")]
/// Create publish builder with publish packet
pub fn publish_packet(&self, packet: codec::Publish) -> PublishBuilder {
PublishBuilder { packet, shared: self.0.clone() }
}

/// Set publish ack callback
///
/// Use non-blocking send, PublishBuilder::send_at_least_once_no_block()
Expand Down

0 comments on commit aa34aad

Please sign in to comment.