From de55ef31ce79e529caffa17a60079ae909ae2f03 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Fri, 29 Mar 2024 14:59:34 -0700 Subject: [PATCH] ds_inhibit: Remove extraineous lets --- src/ds_inhibit.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ds_inhibit.rs b/src/ds_inhibit.rs index a20eb49..2d8bb9e 100644 --- a/src/ds_inhibit.rs +++ b/src/ds_inhibit.rs @@ -310,7 +310,6 @@ mod test { #[tokio::test] async fn hid_nodes() { let h = testing::start(); - let path = h.test.path(); let hid = HidNode::new(0); let sys_base = hid.sys_base(); @@ -328,7 +327,6 @@ mod test { #[tokio::test] async fn hid_can_inhibit() { let h = testing::start(); - let path = h.test.path(); let hids = [ HidNode::new(0), @@ -366,7 +364,6 @@ mod test { #[tokio::test] async fn hid_inhibit() { let h = testing::start(); - let path = h.test.path(); let hid = HidNode::new(0); let sys_base = hid.sys_base(); @@ -391,7 +388,6 @@ mod test { #[tokio::test] async fn hid_inhibit_error_continue() { let h = testing::start(); - let path = h.test.path(); let hid = HidNode::new(0); let sys_base = hid.sys_base();