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 55c7b78 commit 63f4662Copy full SHA for 63f4662
post-compute/src/compute/app_runner.rs
@@ -49,7 +49,7 @@ pub struct DefaultPostComputeRunner {
49
worker_api_client: WorkerApiClient,
50
}
51
52
-#[allow(clippy::new_without_default)] // We don't need a default constructor for the DefaultPostComputeRunner struct
+#[allow(clippy::new_without_default, reason = "The new method will be replaced by the recommended Default trait implementation later")]
53
impl DefaultPostComputeRunner {
54
pub fn new() -> Self {
55
Self {
0 commit comments