aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-04 03:48:54 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-04 03:48:54 -0500
commitc5b6a118bf88e713dbb61bc9bee74c4570826722 (patch)
treee5df9fe98808c7ecc14558e58a769622a8a13425 /src
parent5ae3165e98d8644f57edd54f78a093e353e3c921 (diff)
downloadttyrec-c5b6a118bf88e713dbb61bc9bee74c4570826722.tar.gz
ttyrec-c5b6a118bf88e713dbb61bc9bee74c4570826722.zip
don't need these mods to be public
Diffstat (limited to 'src')
-rw-r--r--src/blocking/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blocking/mod.rs b/src/blocking/mod.rs
index 1ffaccd..e47a032 100644
--- a/src/blocking/mod.rs
+++ b/src/blocking/mod.rs
@@ -1,4 +1,4 @@
-pub mod reader;
+mod reader;
pub use reader::Reader;
-pub mod writer;
+mod writer;
pub use writer::Writer;