This commit is contained in:
weisd
2025-07-01 13:05:33 +08:00
parent 18a3902d2c
commit ddf19b3444
5 changed files with 8 additions and 7 deletions
-1
View File
@@ -1136,7 +1136,6 @@ impl FromStr for ReplicationAction {
// }
// }
// 忽略大小写比较字符串列表
// fn equals(k1: &str, keys: &[&str]) -> bool {
// keys.iter().any(|&k2| k1.eq_ignore_ascii_case(k2))