Delete incorrect debug assertion

This commit is contained in:
Jarred Sumner
2024-12-14 01:56:55 -08:00
parent 3df39f4bb7
commit ebc33327d3

View File

@@ -1443,9 +1443,7 @@ pub const Version = extern struct {
.none => {},
.pre => {
result.tag.pre = sliced_string.sub(input[start..i]).external();
if (comptime Environment.isDebug) {
assert(!strings.containsChar(result.tag.pre.slice(sliced_string.buf), '-'));
}
state = State.none;
},
.build => {