fix(test): remove compile warning in TestBackend::assert_buffer (#466)

pull/472/head
Joey Ezechiëls 3 years ago committed by GitHub
parent 4e76bfa2ca
commit 3a843d5074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -101,7 +101,7 @@ impl TestBackend {
.collect::<Vec<String>>()
.join("\n");
debug_info.push_str(&nice_diff);
panic!(debug_info);
panic!("{}", debug_info);
}
}

Loading…
Cancel
Save