chore(deps): bump sysexits from 0.7.7 to 0.7.10 #828
Annotations
1 error and 5 warnings
Clippy Check
Clippy had exited with the 101 exit code
|
Clippy Check:
crates/shadowsocks/src/config.rs#L636
warning: the borrowed expression implements the required traits
--> crates/shadowsocks/src/config.rs:636:55
|
636 | URL_PASSWORD_BASE64_ENGINE.encode(&user_info)
| ^^^^^^^^^^ help: change this to: `user_info`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
|
Clippy Check:
crates/shadowsocks/src/net/udp.rs#L207
warning: useless conversion to the same type: `std::result::Result<usize, std::io::Error>`
--> crates/shadowsocks/src/net/udp.rs:207:24
|
207 | return Err(make_mtu_error(buf.len(), mtu)).into();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `Err(make_mtu_error(buf.len(), mtu))`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `#[warn(clippy::useless_conversion)]` on by default
|
Clippy Check:
crates/shadowsocks/src/net/udp.rs#L232
warning: useless conversion to the same type: `std::result::Result<usize, std::io::Error>`
--> crates/shadowsocks/src/net/udp.rs:232:24
|
232 | return Err(make_mtu_error(buf.len(), mtu)).into();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `Err(make_mtu_error(buf.len(), mtu))`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
|
Clippy Check:
crates/shadowsocks-service/src/local/redir/tcprelay/sys/unix/mod.rs#L13
warning: unused import: `self::bsd::*`
--> crates/shadowsocks-service/src/local/redir/tcprelay/sys/unix/mod.rs:13:17
|
13 | pub use self::bsd::*;
| ^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
Clippy Check:
crates/shadowsocks-service/src/local/redir/tcprelay/sys/mod.rs#L6
warning: unused import: `self::unix::*`
--> crates/shadowsocks-service/src/local/redir/tcprelay/sys/mod.rs:6:17
|
6 | pub use self::unix::*;
| ^^^^^^^^^^^^^
|
The logs for this run have expired and are no longer available.
Loading