fix code broken from previous commit

This commit is contained in:
Jacob G-W
2021-06-19 21:10:22 -04:00
committed by Andrew Kelley
parent b83b3883ba
commit 9fffffb07b
162 changed files with 720 additions and 148 deletions

View File

@@ -210,7 +210,7 @@ pub fn utf8ValidateSlice(s: []const u8) bool {
return false;
}
i += cp_len;
} else |err| {
} else |_| {
return false;
}
}