We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38ffcf commit 7b74ddeCopy full SHA for 7b74dde
1 file changed
aiscript-directive/src/validator/format.rs
@@ -54,7 +54,7 @@ mod uscc {
54
});
55
56
static USCC_BASE_CHARS: LazyLock<HashMap<char, u8>> = LazyLock::new(|| {
57
- let mut base_chars = HashMap::with_capacity(17);
+ let mut base_chars = HashMap::with_capacity(31);
58
59
[
60
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F', 'G',
0 commit comments