Skip to content

Commit

Permalink
fix: fix unstable import
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Oct 8, 2024
1 parent 6dfac30 commit bb5a08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/api/publisher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ impl<'a, 'b> MatchingListenerBuilder<'a, 'b, DefaultHandler> {
where
F: FnMut(MatchingStatus) + Send + Sync + 'static,
{
self.callback(crate::handlers::locked(callback))
self.callback(crate::api::handlers::locked(callback))
}

/// Receive the MatchingStatuses for this listener with a [`Handler`](IntoHandler).
Expand Down

0 comments on commit bb5a08d

Please sign in to comment.