fix(katana): do not add word boundary if we detect a special character
This commit is contained in:
@ -18,3 +18,8 @@ panic = 'unwind'
|
||||
incremental = false
|
||||
codegen-units = 16
|
||||
rpath = false
|
||||
|
||||
[profile.release-debug]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
strip = false
|
||||
|
||||
Reference in New Issue
Block a user