diff --git a/src/io.rs b/src/io.rs index 31c9d08..dbbff7c 100644 --- a/src/io.rs +++ b/src/io.rs @@ -1692,7 +1692,7 @@ pub trait AsyncBufReadExt: AsyncBufRead { /// ``` fn lines(self) -> Lines where - Self: Unpin + Sized, + Self: Sized, { Lines { reader: self,