Skip to content

Commit 74ecfc7

Browse files
Update src/lib.rs
Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent e6ba955 commit 74ecfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pub use builder::{KnownHosts, SessionBuilder};
169169
mod command;
170170
pub use command::{Command, OverSsh};
171171

172-
pub(crate) mod escape;
172+
mod escape;
173173

174174
mod child;
175175
pub use child::RemoteChild;

0 commit comments

Comments
 (0)