Skip to content

Commit dd04bd9

Browse files
committed
Fix CI
1 parent 9dec8e9 commit dd04bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/eth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fn main() -> anyhow::Result<()> {
6060

6161
let ip_info = eth.eth().netif().get_ip_info()?;
6262

63-
info!("Eth DHCP info: {:?}", ip_info);
63+
info!("Eth DHCP info: {ip_info:?}");
6464

6565
Ok(())
6666
}

0 commit comments

Comments
 (0)