diff --git a/src/lib.rs b/src/lib.rs index 9fd8ad6a559a2a554ffa7fb2b5af208c720b6b21..fd637d24a3487022a4d9b261671d5c13ffe1cc71 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,9 +1,9 @@ #[macro_use] mod macros; -mod common; // common to both -mod protocol; // hans' stuff -mod runtime; // chris' stuff +mod common; +mod protocol; +mod runtime; #[cfg(test)] mod test;