There was an error while loading. Please reload this page.
1 parent 9dec8e9 commit dd04bd9Copy full SHA for dd04bd9
1 file changed
examples/eth.rs
@@ -60,7 +60,7 @@ fn main() -> anyhow::Result<()> {
60
61
let ip_info = eth.eth().netif().get_ip_info()?;
62
63
- info!("Eth DHCP info: {:?}", ip_info);
+ info!("Eth DHCP info: {ip_info:?}");
64
65
Ok(())
66
}
0 commit comments