fix code broken from previous commit
This commit is contained in:
@@ -210,7 +210,7 @@ pub fn utf8ValidateSlice(s: []const u8) bool {
|
||||
return false;
|
||||
}
|
||||
i += cp_len;
|
||||
} else |err| {
|
||||
} else |_| {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user