docs: fix broken Take link (#466)

This commit is contained in:
Christopher Bunn
2021-01-20 14:39:23 +09:00
committed by GitHub
parent 7b18c1c076
commit 8daf43e9bd
+1 -1
View File
@@ -5,7 +5,7 @@ use core::cmp;
/// A `Buf` adapter which limits the bytes read from an underlying buffer.
///
/// This struct is generally created by calling `take()` on `Buf`. See
/// documentation of [`take()`](trait.BufExt.html#method.take) for more details.
/// documentation of [`take()`](trait.Buf.html#method.take) for more details.
#[derive(Debug)]
pub struct Take<T> {
inner: T,