We have found this to be a great program. while compling to ARM (aarch64), we get this warning
Compiling smart-default v0.3.0
Compiling derivative v1.0.2
Compiling structopt v0.2.16
Compiling websocat v1.5.0
warning: use of deprecated item 'try': use the ? operator instead
--> src/net_peer.rs:179:9
179
try!(self.0.shutdown(std::net::Shutdown::Write));
^^^
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated item 'try': use the ? operator instead
--> src/unix_peer.rs:317:9
|
317 | try!(self.0.shutdown(std::net::Shutdown::Write));
| ^^^
Finished release [optimized] target(s) in 8m 45s
Would this cause errors for Websocat durining operation?
Hi,
We have found this to be a great program. while compling to ARM (aarch64), we get this warning
?
operator instead --> src/net_peer.rs:179:9warning: use of deprecated item 'try': use the
?
operator instead --> src/unix_peer.rs:317:9 | 317 | try!(self.0.shutdown(std::net::Shutdown::Write)); | ^^^Would this cause errors for Websocat durining operation?
Thanks Aguard