remove compiler warnings
This commit is contained in:
parent
7f34cedaef
commit
2f4cbf003f
@ -182,7 +182,7 @@ impl TcpStream {
|
|||||||
Ok(self.clone())
|
Ok(self.clone())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn set_linger(&self, linger: Option<Duration>) -> io::Result<()> {
|
pub fn set_linger(&self, _linger: Option<Duration>) -> io::Result<()> {
|
||||||
unsupported()
|
unsupported()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user