fix: code lint

This commit is contained in:
huzibaca
2024-09-24 20:09:30 +08:00
parent 4b234a3211
commit 4b20b65a22
2 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ fn test_parse_check_output() {
"#;
let res1 = parse_check_output(str1.into());
let res2 = parse_check_output(str2.into());
// let res2 = parse_check_output(str2.into());
let res3 = parse_check_output(str3.into());
assert_eq!(res1, res3);