Skip to content

Commit

Permalink
Update zenoh/src/api/key_expr.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Cominardi <[email protected]>
  • Loading branch information
wyfo and Mallets authored Sep 2, 2024
1 parent d538566 commit e3e265c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zenoh/src/api/key_expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ impl<'a> KeyExpr<'a> {

impl<'a> UndeclarableSealed<&'a Session> for KeyExpr<'a> {
type Undeclaration = KeyExprUndeclaration<'a>;

fn undeclare_inner(self, session: &'a Session) -> Self::Undeclaration {
KeyExprUndeclaration {
session,
Expand Down

0 comments on commit e3e265c

Please sign in to comment.