Skip to content

Commit

Permalink
make HatTokenTrait pub(crate) (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Schleich authored Jun 25, 2024
1 parent 2b16fed commit e1beef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/net/routing/hat/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ pub(crate) fn new_hat(whatami: WhatAmI, config: &Config) -> Box<dyn HatTrait + S
}
}

pub trait HatTokenTrait {
pub(crate) trait HatTokenTrait {
#[allow(clippy::too_many_arguments)]
fn declare_token(
&self,
Expand Down

0 comments on commit e1beef1

Please sign in to comment.