We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b18c1c commit 8daf43eCopy full SHA for 8daf43e
src/buf/take.rs
@@ -5,7 +5,7 @@ use core::cmp;
5
/// A `Buf` adapter which limits the bytes read from an underlying buffer.
6
///
7
/// This struct is generally created by calling `take()` on `Buf`. See
8
-/// documentation of [`take()`](trait.BufExt.html#method.take) for more details.
+/// documentation of [`take()`](trait.Buf.html#method.take) for more details.
9
#[derive(Debug)]
10
pub struct Take<T> {
11
inner: T,
0 commit comments