mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
parent
407b37c327
commit
6254720f53
@ -199,7 +199,7 @@ fn categorize(ch: char) -> Category {
|
||||
} else if ch.is_ascii_punctuation() {
|
||||
Category::Punctuation
|
||||
} else {
|
||||
unreachable!()
|
||||
unreachable!("unknown '{}' character category", ch)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user