Skip to content

Commit

Permalink
💡add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sloganking committed Jan 9, 2024
1 parent 3e6f0b1 commit 1ce0f3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ fn main() -> Result<(), Box<dyn Error>> {
};
println!("{:?}", device_name);
}

// devices
// .filter_map(|device| device.name().ok())
// .for_each(|device_name| println!("{:?}", device_name));
}
}

Expand Down

0 comments on commit 1ce0f3f

Please sign in to comment.