udp: remove files left over from moving tokio-udp (#1461)

This commit is contained in:
Carl Lerche
2019-08-16 11:05:50 -07:00
committed by GitHub
parent ba1829fd26
commit 4935aae164
5 changed files with 2 additions and 93 deletions
+2 -4
View File
@@ -140,12 +140,11 @@ The crates included as part of Tokio are:
* [`tokio-macros`]: Macros for usage with Tokio.
* [`tokio-net`]: Event loop that drives I/O resources as well as TCP apis.
* [`tokio-net`]: Event loop that drives I/O resources as well as TCP and UDP
apis.
* [ `tokio-timer`]: Time related APIs.
* [`tokio-udp`]: UDP socket.
* [`tokio-uds`]: Unix Domain Socket bindings.
[`tokio-codec`]: tokio-codec
@@ -156,7 +155,6 @@ The crates included as part of Tokio are:
[`tokio-macros`]: tokio-macros
[`tokio-net`]: tokio-net
[`tokio-timer`]: tokio-timer
[`tokio-udp`]: tokio-udp
[`tokio-uds`]: tokio-uds
## Related Projects