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 c42a6bf commit 58e1466Copy full SHA for 58e1466
smoltcp-device/src/lib.rs
@@ -15,8 +15,7 @@ An implementation of the [Device](trait.Device.html) trait for a simple hardware
15
Ethernet controller could look as follows:
16
17
```rust
18
-use smoltcp_device::{DeviceCapabilities, Device, Medium};
19
-use smoltcp::time::Instant;
+use smoltcp_device::{DeviceCapabilities, Device, Medium, time::Instant};
20
21
struct StmPhy {
22
rx_buffer: [u8; 1536],
0 commit comments