Skip to content

Commit e5fb4a9

Browse files
committed
Remove redundant imports
1 parent 46a354c commit e5fb4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ pub mod class_prelude {
198198
}
199199

200200
fn _ensure_sync() {
201-
use crate::bus::{PollResult, UsbBus, UsbBusAllocator};
201+
use crate::bus::PollResult;
202202
use crate::class_prelude::*;
203203

204204
struct DummyBus<'a> {

0 commit comments

Comments
 (0)