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 f92ce35 commit 595002eCopy full SHA for 595002e
1 file changed
packobf/src/renamer.rs
@@ -331,7 +331,7 @@ fn rename_models(
331
}
332
333
fn generate_short_name(mut id: usize) -> String {
334
- let charset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-"; // We do not care about convention
+ let charset = "abcdefghijklmnopqrstuvwxyz0123456789_-";
335
let base = charset.len();
336
let bytes = charset.as_bytes();
337
0 commit comments