summaryrefslogtreecommitdiff
path: root/examples/udp_async.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/udp_async.rs')
-rw-r--r--examples/udp_async.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/udp_async.rs b/examples/udp_async.rs
index 4c2ba21..606b6cd 100644
--- a/examples/udp_async.rs
+++ b/examples/udp_async.rs
@@ -2,7 +2,7 @@
//! Use `nc -u 127.0.0.1 30000` to connect.
use mini_rust_runtime::executor::Executor;
-use mini_rust_runtime::udp2::UdpSocket;
+use mini_rust_runtime::udp::UdpSocket;
use tokio::io::{AsyncReadExt, AsyncWriteExt};
fn main() {