Skip to content

Commit 1330d1a

Browse files
committed
usb_hub: do not explicitly import AsRef which is part of prelude
AsRef is always available, no need to import it. This was suggested by cargo clippy. Signed-off-by: Leonard Göhrs <[email protected]>
1 parent 85926a7 commit 1330d1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/usb_hub.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ use crate::watched_tasks::WatchedTasksBuilder;
3131
#[cfg(feature = "demo_mode")]
3232
mod rw {
3333
use std::collections::HashMap;
34-
use std::convert::AsRef;
3534
use std::io::Result;
3635
use std::path::Path;
3736
use std::sync::Mutex;

0 commit comments

Comments
 (0)