delete weird fd_read feature

This commit is contained in:
cyrgani 2026-01-16 13:31:38 +00:00
parent 561364e4d5
commit e45e4a7cc6
2 changed files with 0 additions and 6 deletions

View file

@ -451,7 +451,6 @@ impl Socket {
}
}
#[unstable(reason = "not public", issue = "none", feature = "fd_read")]
impl<'a> Read for &'a Socket {
fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> {
(**self).read(buf)

View file

@ -1,5 +0,0 @@
# `fd_read`
This feature is internal to the Rust compiler and is not intended for general use.
------------------------