From e6ee3b04172ec92f3e026635f58ef2923086e04c Mon Sep 17 00:00:00 2001 From: David Pacheco Date: Mon, 1 Jul 2024 11:47:19 -0700 Subject: [PATCH] clippy --- nexus/src/app/background/driver.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexus/src/app/background/driver.rs b/nexus/src/app/background/driver.rs index f7d3c42aa9..6b2fb3fd1a 100644 --- a/nexus/src/app/background/driver.rs +++ b/nexus/src/app/background/driver.rs @@ -540,7 +540,7 @@ mod test { description: "test task".to_string(), period: Duration::from_secs(300), // should never fire in this test task_impl: Box::new(t3), - opctx: opctx, + opctx, watchers: vec![Box::new(dep_rx1), Box::new(dep_rx2)], activator: &act3, });