Skip to content

Commit 58e1466

Browse files
committed
Fix doc comment
1 parent c42a6bf commit 58e1466

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

smoltcp-device/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ An implementation of the [Device](trait.Device.html) trait for a simple hardware
1515
Ethernet controller could look as follows:
1616
1717
```rust
18-
use smoltcp_device::{DeviceCapabilities, Device, Medium};
19-
use smoltcp::time::Instant;
18+
use smoltcp_device::{DeviceCapabilities, Device, Medium, time::Instant};
2019
2120
struct StmPhy {
2221
rx_buffer: [u8; 1536],

0 commit comments

Comments
 (0)