Solve the rest of the compiler warnings.

This commit is contained in:
Tom Alexander
2023-04-21 18:42:31 -04:00
parent a1724dae52
commit 18323a2b43
13 changed files with 16 additions and 31 deletions

View File

@@ -41,7 +41,7 @@ fn write_test(test_file: &mut File, test: &walkdir::DirEntry) {
.expect("Should have .org extension")
.replace("/", "_");
if let Some(reason) = is_expect_fail(test_name.as_str()) {
if let Some(_reason) = is_expect_fail(test_name.as_str()) {
write!(test_file, "#[ignore]\n").unwrap();
}
write!(