frontend: lib: just a dummy to satify the compiler/IDE

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-06-19 17:32:34 +02:00
parent 071b61d82d
commit bf7349b9dc

View File

@@ -1,7 +1 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}
/* not implemented */