delete weird fd_read feature
This commit is contained in:
parent
561364e4d5
commit
e45e4a7cc6
2 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
# `fd_read`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
||||
Loading…
Add table
Add a link
Reference in a new issue