Fixed panic parsing broken HTMLs

This commit is contained in:
mdecimus
2025-01-15 10:10:02 +01:00
parent 6bb468ca5d
commit 4838e5faed
3 changed files with 41 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ members = [
[profile.dev]
opt-level = 0
debug = 1
codegen-units = 4
#codegen-units = 4
lto = false
incremental = true
panic = 'unwind'