]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/io/net/udp.rs
Register new snapshots
[rust.git] / src / libstd / io / net / udp.rs
index 538bba36958115447410a84c59f2ed5e274068d8..e1f9cb3889f8ce3d378819549d742a02860b7e33 100644 (file)
@@ -57,7 +57,7 @@
 /// drop(socket); // close the socket
 /// ```
 pub struct UdpSocket {
-    obj: Box<RtioUdpSocket:Send>,
+    obj: Box<RtioUdpSocket + Send>,
 }
 
 impl UdpSocket {