fix not building
All checks were successful
Build and Test / puyopuyo (push) Successful in 2m54s
Build and Test / wii-u-chat (push) Successful in 3m6s
Build and Test / friends (push) Successful in 3m8s
Build and Test / minecraft-wiiu (push) Successful in 3m18s
Build and Test / splatoon (push) Successful in 3m31s
Build and Test / splatoon-testfire (push) Successful in 3m31s
Build and Test / sonic-transformed (push) Successful in 3m32s
Build and Test / fast-racing-neo (push) Successful in 3m31s
Build and Test / wii-sports-club (push) Successful in 3m32s
Build and Test / mario-tennis (push) Successful in 3m32s
Build and Test / super-mario-maker (push) Successful in 4m9s

This commit is contained in:
Maple Nebel 2026-06-17 21:20:00 +02:00
commit 73b8446a7d

View file

@ -506,7 +506,7 @@ fn get_blacklist_1() -> Vec<String> {
"PLEASE star",
"Bitte Sterne",
]
.iter()
.into_iter()
.map(String::from)
.collect()
}
@ -521,7 +521,7 @@ fn get_blacklist_2() -> Vec<String> {
"東日本",
"大震",
]
.iter()
.into_iter()
.map(String::from)
.collect()
}
@ -590,7 +590,7 @@ fn get_blacklist_3() -> Vec<String> {
"ま/んこ",
"まん/こ",
]
.iter()
.into_iter()
.map(String::from)
.collect()
}