Remove BufMut::bytes_vectored_mut() (#430)

There are issues with regard to uninitialized memory. We are avoiding
stabilizing this function for now.
This commit is contained in:
Carl Lerche
2020-10-16 11:56:03 -07:00
committed by GitHub
parent 422048eb24
commit 447530b8a6
4 changed files with 0 additions and 121 deletions
-2
View File
@@ -24,7 +24,5 @@ mod vec_deque;
pub use self::buf_impl::Buf;
pub use self::buf_mut::BufMut;
#[cfg(feature = "std")]
pub use self::buf_mut::IoSliceMut;
pub use self::ext::{BufExt, BufMutExt};
pub use self::iter::IntoIter;