Skip to content

Commit a7056a1

Browse files
committed
Not exposing template adapter
1 parent 224c1c6 commit a7056a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/adapters.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
pub mod template;
1+
mod template;
2+
23
#[cfg(feature = "tcp")]
34
pub mod tcp;
45
#[cfg(feature = "tcp")]

0 commit comments

Comments
 (0)