mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-12 17:32:21 -04:00
ds_inhibit: Remove extraineous lets
This commit is contained in:
parent
1dd3ff8182
commit
de55ef31ce
1 changed files with 0 additions and 4 deletions
|
@ -310,7 +310,6 @@ mod test {
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn hid_nodes() {
|
async fn hid_nodes() {
|
||||||
let h = testing::start();
|
let h = testing::start();
|
||||||
let path = h.test.path();
|
|
||||||
|
|
||||||
let hid = HidNode::new(0);
|
let hid = HidNode::new(0);
|
||||||
let sys_base = hid.sys_base();
|
let sys_base = hid.sys_base();
|
||||||
|
@ -328,7 +327,6 @@ mod test {
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn hid_can_inhibit() {
|
async fn hid_can_inhibit() {
|
||||||
let h = testing::start();
|
let h = testing::start();
|
||||||
let path = h.test.path();
|
|
||||||
|
|
||||||
let hids = [
|
let hids = [
|
||||||
HidNode::new(0),
|
HidNode::new(0),
|
||||||
|
@ -366,7 +364,6 @@ mod test {
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn hid_inhibit() {
|
async fn hid_inhibit() {
|
||||||
let h = testing::start();
|
let h = testing::start();
|
||||||
let path = h.test.path();
|
|
||||||
|
|
||||||
let hid = HidNode::new(0);
|
let hid = HidNode::new(0);
|
||||||
let sys_base = hid.sys_base();
|
let sys_base = hid.sys_base();
|
||||||
|
@ -391,7 +388,6 @@ mod test {
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn hid_inhibit_error_continue() {
|
async fn hid_inhibit_error_continue() {
|
||||||
let h = testing::start();
|
let h = testing::start();
|
||||||
let path = h.test.path();
|
|
||||||
|
|
||||||
let hid = HidNode::new(0);
|
let hid = HidNode::new(0);
|
||||||
let sys_base = hid.sys_base();
|
let sys_base = hid.sys_base();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue