From bf7349b9dc2bf98624a916850be7a47e19fe8f7f Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Fri, 19 Jun 2020 17:32:34 +0200 Subject: [PATCH] frontend: lib: just a dummy to satify the compiler/IDE Signed-off-by: Ralf Zerres --- frontend/src/lib.rs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/frontend/src/lib.rs b/frontend/src/lib.rs index 31e1bb2..5deb270 100644 --- a/frontend/src/lib.rs +++ b/frontend/src/lib.rs @@ -1,7 +1 @@ -#[cfg(test)] -mod tests { - #[test] - fn it_works() { - assert_eq!(2 + 2, 4); - } -} +/* not implemented */