X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=common%2Fsrc%2Flib.rs;fp=common%2Fsrc%2Flib.rs;h=fab870e3eae62d20a92d9269a32d7f8532e59085;hp=19f35ef0b28742dd775b7684ba924b40a37c279e;hb=45d4867cb37ce8d7007c4d98de70d81d0b705b92;hpb=b1ffd1a04a55d6653ed55ea99f09550e5a8a9a96 diff --git a/common/src/lib.rs b/common/src/lib.rs index 19f35ef..fab870e 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -1,6 +1 @@ -mod recipes { - #[test] - fn it_works() { - assert_eq!(2 + 2, 4); - } -} \ No newline at end of file +pub mod utils; \ No newline at end of file