We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ced1c commit b92b944Copy full SHA for b92b944
crates/net/src/tasks/dreceiver.rs
@@ -1,7 +1,7 @@
1
use std::{net::SocketAddr, time::Duration};
2
3
use async_std::{channel::Sender, future::timeout};
4
-use tracing::{error, info, log::warn};
+use tracing::{error, info, warn};
5
6
use crate::{
7
header::{DataHeader, DatagramHeader},
0 commit comments