Block syntax fixes

This commit is contained in:
Greg Shuflin
2021-11-11 23:41:51 -08:00
parent 96d12f3659
commit a31735da88
3 changed files with 23 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ x is Some(t) // type bool
if x {
is Some(t) => {
},
}
is None => {
}