remove compiler warnings

This commit is contained in:
Stefan Lankes 2021-10-16 09:45:05 +02:00
parent 7f34cedaef
commit 2f4cbf003f

View File

@ -182,7 +182,7 @@ impl TcpStream {
Ok(self.clone())
}
pub fn set_linger(&self, linger: Option<Duration>) -> io::Result<()> {
pub fn set_linger(&self, _linger: Option<Duration>) -> io::Result<()> {
unsupported()
}