resolve clippy err

This commit is contained in:
James Wilson
2024-01-18 10:27:16 +00:00
parent 901aba9248
commit f4acd1bae8
@@ -223,7 +223,6 @@ async fn build_unstable_client<T: Config>(
// ensure that the message makes it to some logs.
eprintln!("Error driving unstable backend in tests (will panic): {e}");
panic!("Error driving unstable backend in tests: {e}");
break;
}
}
});