this is a lib, not a standalone project

This commit is contained in:
Max Bradbury 2020-04-12 12:01:42 +01:00
parent 7c1d9dabcf
commit ffeb16363f
1 changed files with 0 additions and 4 deletions

View File

@ -1352,7 +1352,3 @@ fn test_game_to_string() {
let expected = include_str!["../test/resources/default.bitsy"].to_string();
assert_eq!(output, expected);
}
fn main() {
println!("why does a crate need a main function?");
}