chore: bump nightly to nightly-2021-04-25 (#3754)

This commit is contained in:
Taiki Endo
2021-05-05 17:39:17 +02:00
committed by GitHub
parent 6845a93cbf
commit c4b6b130f3
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ use std::{io, mem::MaybeUninit};
/// [`Sink`]: futures_sink::Sink
/// [`split`]: https://docs.rs/futures/0.3/futures/stream/trait.StreamExt.html#method.split
#[must_use = "sinks do nothing unless polled"]
#[cfg_attr(docsrs, doc(all(feature = "codec", feature = "udp")))]
#[cfg_attr(docsrs, doc(cfg(all(feature = "codec", feature = "udp"))))]
#[derive(Debug)]
pub struct UdpFramed<C, T = UdpSocket> {
socket: T,