aboutsummaryrefslogtreecommitdiff
path: root/src/io/util/split.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/util/split.rs')
-rw-r--r--src/io/util/split.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/io/util/split.rs b/src/io/util/split.rs
index f552ed5..492e26a 100644
--- a/src/io/util/split.rs
+++ b/src/io/util/split.rs
@@ -65,8 +65,7 @@ impl<R> Split<R>
where
R: AsyncBufRead,
{
- #[doc(hidden)]
- pub fn poll_next_segment(
+ fn poll_next_segment(
self: Pin<&mut Self>,
cx: &mut Context<'_>,
) -> Poll<io::Result<Option<Vec<u8>>>> {