clean up workspaces a little

This commit is contained in:
Robert Habermeier
2018-01-30 19:35:09 +01:00
parent 8e6cb1b6e2
commit 2c39e247d6
14 changed files with 22 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}