We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12648d commit 983532cCopy full SHA for 983532c
tests/test_class_host/device.rs
@@ -60,7 +60,7 @@ pub fn open_device(ctx: &Context) -> rusb::Result<DeviceHandles> {
60
continue;
61
}
62
63
- let mut handle = device.open()?;
+ let handle = device.open()?;
64
65
let langs = handle.read_languages(TIMEOUT)?;
66
if langs.is_empty() || langs[0].lang_id() != EN_US {
0 commit comments