Diffstat (limited to 'src/protocol/walker.rs')
| -rw-r--r-- | src/protocol/walker.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/protocol/walker.rs b/src/protocol/walker.rs index 27ee8c5..a0216be 100644 --- a/src/protocol/walker.rs +++ b/src/protocol/walker.rs @@ -1,3 +1 @@ -mod hint; - -pub use hint::*; +pub mod hint; |