Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
liamkinne committed May 27, 2024
1 parent cbedd26 commit 0d4062c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/phy/loopback.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use alloc::collections::VecDeque;
use alloc::vec;
use alloc::vec::Vec;

use crate::phy::{self, ChecksumCapabilities, Device, DeviceCapabilities, Medium};
Expand Down

0 comments on commit 0d4062c

Please sign in to comment.