Skip to content

Commit

Permalink
tags
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Feb 20, 2024
1 parent 3ba31a6 commit a44b280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/publication.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ impl<'a> Undeclarable<(), MatchingListenerUndeclaration<'a>> for MatchingListene
/// # })
/// ```
#[zenoh_macros::unstable]
// tags{rust.matching_listener}
// tags{rust.matching_listener, api.matching_listener}
pub struct MatchingListener<'a, Receiver> {
pub(crate) listener: MatchingListenerInner<'a>,
pub receiver: Receiver,
Expand Down

0 comments on commit a44b280

Please sign in to comment.