Prep tokio-udp 0.1.4 release (#1503)

* Fix warnings in udp tests

* Prep tokio-udp 0.1.4 release
This commit is contained in:
Lucio Franco
2019-08-28 12:16:40 -04:00
committed by GitHub
parent 11a1ce2721
commit 7b39388415
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-tcp/0.1.3")]
#![doc(html_root_url = "https://docs.rs/tokio-tcp/0.1.4")]
#![deny(missing_docs, warnings, missing_debug_implementations)]
//! UDP bindings for `tokio`.