ds_inhibit: Remove extraineous lets

This commit is contained in:
Vicki Pfau 2024-03-29 14:59:34 -07:00
parent 1dd3ff8182
commit de55ef31ce

View file

@ -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();