We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f4662 commit 4bd2535Copy full SHA for 4bd2535
post-compute/src/compute/app_runner.rs
@@ -49,7 +49,10 @@ pub struct DefaultPostComputeRunner {
49
worker_api_client: WorkerApiClient,
50
}
51
52
-#[allow(clippy::new_without_default, reason = "The new method will be replaced by the recommended Default trait implementation later")]
+#[allow(
53
+ clippy::new_without_default,
54
+ reason = "The new method will be replaced by the recommended Default trait implementation later"
55
+)]
56
impl DefaultPostComputeRunner {
57
pub fn new() -> Self {
58
Self {
0 commit comments