summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorstuebinm2022-02-01 20:02:21 +0100
committerstuebinm2022-02-01 20:37:01 +0100
commitbe7cc4ca0b7a168a9c6cd110a74d04c35956cdde (patch)
tree2fb0d287f335aefe425f68ac3946c8ae600c8592 /src/lib.rs
parent6af74791f87f812516d0158f9124a70d4943e194 (diff)
pretty print pretty printing code
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e1ced8a..4172b8a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,6 +1,4 @@
-
-
-pub mod types;
-pub mod travelynx;
pub mod iceportal;
-pub (crate) mod serde;
+pub(crate) mod serde;
+pub mod travelynx;
+pub mod types;