Skip to content

Commit 89cf6e5

Browse files
make HatTokenTrait pub(crate) (eclipse-zenoh#1189)
1 parent 09287e7 commit 89cf6e5

File tree

1 file changed

+1
-1
lines changed
  • zenoh/src/net/routing/hat

1 file changed

+1
-1
lines changed

zenoh/src/net/routing/hat/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ pub(crate) fn new_hat(whatami: WhatAmI, config: &Config) -> Box<dyn HatTrait + S
256256
}
257257
}
258258

259-
pub trait HatTokenTrait {
259+
pub(crate) trait HatTokenTrait {
260260
#[allow(clippy::too_many_arguments)]
261261
fn declare_token(
262262
&self,

0 commit comments

Comments
 (0)