add comment about issue #4

This commit is contained in:
Jorge Aparicio
2018-07-12 13:34:19 -05:00
parent 80775f7547
commit a9bf348d92
+3
View File
@@ -7,6 +7,9 @@ main() {
cargo fmt
fi
cross test --target $TARGET --release
# TODO need to fix overflow issues (cf. issue #4)
# cross test --target $TARGET
}
main