Solve the rest of the compiler warnings.
This commit is contained in:
2
build.rs
2
build.rs
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user