Move profile settings in the root Cargo.toml
[rup.git] / common / src / lib.rs
index 7216967..5112279 100644 (file)
@@ -1,4 +1,11 @@
-mod rup {
+
+fn f(a: i32, b: i32) -> i32 {
+    a + 2 * b
+}
+
+mod tests {
+    use super::*;
+
     #[test]
     fn it_works() {
         assert_eq!(2 + 2, 4);