fix(katana): do not add word boundary if we detect a special character

This commit is contained in:
2024-01-17 02:15:23 +07:00
parent d5ab4169f0
commit 744b1a9065
2 changed files with 14 additions and 12 deletions

View File

@ -18,3 +18,8 @@ panic = 'unwind'
incremental = false
codegen-units = 16
rpath = false
[profile.release-debug]
inherits = "release"
debug = true
strip = false