fix not building
Some checks failed
Build and Test / super-mario-maker (push) Failing after 2m18s
Build and Test / friends (push) Successful in 2m58s
Build and Test / splatoon-testfire (push) Successful in 3m19s
Build and Test / wii-sports-club (push) Successful in 3m23s
Build and Test / sonic-transformed (push) Successful in 3m31s
Build and Test / mario-tennis (push) Successful in 3m32s
Build and Test / wii-u-chat (push) Successful in 3m31s
Build and Test / puyopuyo (push) Successful in 3m31s
Build and Test / fast-racing-neo (push) Successful in 3m31s
Build and Test / minecraft-wiiu (push) Successful in 3m33s
Build and Test / splatoon (push) Successful in 3m35s
Some checks failed
Build and Test / super-mario-maker (push) Failing after 2m18s
Build and Test / friends (push) Successful in 2m58s
Build and Test / splatoon-testfire (push) Successful in 3m19s
Build and Test / wii-sports-club (push) Successful in 3m23s
Build and Test / sonic-transformed (push) Successful in 3m31s
Build and Test / mario-tennis (push) Successful in 3m32s
Build and Test / wii-u-chat (push) Successful in 3m31s
Build and Test / puyopuyo (push) Successful in 3m31s
Build and Test / fast-racing-neo (push) Successful in 3m31s
Build and Test / minecraft-wiiu (push) Successful in 3m33s
Build and Test / splatoon (push) Successful in 3m35s
This commit is contained in:
parent
fb60d2e02b
commit
ba2745138a
1 changed files with 4 additions and 3 deletions
|
|
@ -506,7 +506,7 @@ fn get_blacklist_1() -> Vec<String> {
|
|||
"PLEASE star",
|
||||
"Bitte Sterne",
|
||||
]
|
||||
.into_iter()
|
||||
.iter()
|
||||
.map(String::from)
|
||||
.collect()
|
||||
}
|
||||
|
|
@ -521,7 +521,7 @@ fn get_blacklist_2() -> Vec<String> {
|
|||
"東日本",
|
||||
"大震",
|
||||
]
|
||||
.into_iter()
|
||||
.iter()
|
||||
.map(String::from)
|
||||
.collect()
|
||||
}
|
||||
|
|
@ -590,7 +590,7 @@ fn get_blacklist_3() -> Vec<String> {
|
|||
"ま/んこ",
|
||||
"まん/こ",
|
||||
]
|
||||
.into_iter()
|
||||
.iter()
|
||||
.map(String::from)
|
||||
.collect()
|
||||
}
|
||||
|
|
@ -845,6 +845,7 @@ impl DataStore for User {
|
|||
&self,
|
||||
custom_ranking_param: DataStoreGetCustomRankingByDataIDParam,
|
||||
) -> Result<(Vec<DataStoreCustomRankingResult>, Vec<QResult>), ErrorCode> {
|
||||
// use log instead
|
||||
println!("appid: {:?}", custom_ranking_param.application_id);
|
||||
println!("dataid list: {:?}", custom_ranking_param.data_id_list);
|
||||
println!("result option: {:?}", custom_ranking_param.result_option);
|
||||
|
|
|
|||
Loading…
Reference in a new issue