fix(deps): update rust crate zstd to v0.13.3 (#1883) #1273
clippy macos-latest
4 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 4 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.85.0 (4d91de4e4 2025-02-17)
- cargo 1.85.0 (d73d2caf9 2024-12-31)
- clippy 0.1.85 (4d91de4e48 2025-02-17)
Annotations
Check warning on line 396 in crates/shadowsocks/src/relay/udprelay/proxy_socket.rs
github-actions / clippy macos-latest
useless conversion to the same type: `relay::udprelay::proxy_socket::ProxySocketError`
warning: useless conversion to the same type: `relay::udprelay::proxy_socket::ProxySocketError`
--> crates/shadowsocks/src/relay/udprelay/proxy_socket.rs:395:19
|
395 | .await
| ___________________^
| |___________________|
396 | || .map_err(Into::into)
| ||________________________________^
397 | | }
| |_____- help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Check warning on line 245 in crates/shadowsocks/src/relay/udprelay/proxy_socket.rs
github-actions / clippy macos-latest
useless conversion to the same type: `relay::udprelay::proxy_socket::ProxySocketError`
warning: useless conversion to the same type: `relay::udprelay::proxy_socket::ProxySocketError`
--> crates/shadowsocks/src/relay/udprelay/proxy_socket.rs:244:19
|
244 | .await
| ___________________^
| |___________________|
245 | || .map_err(Into::into)
| ||________________________________^
246 | | }
| |_____- help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Check warning on line 132 in crates/shadowsocks/src/relay/udprelay/proxy_socket.rs
github-actions / clippy macos-latest
useless conversion to the same type: `relay::udprelay::proxy_socket::ProxySocketError`
warning: useless conversion to the same type: `relay::udprelay::proxy_socket::ProxySocketError`
--> crates/shadowsocks/src/relay/udprelay/proxy_socket.rs:131:19
|
131 | .await
| ___________________^
| |___________________|
132 | || .map_err(Into::into)
| ||________________________________^
133 | | }
| |_____- help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Check warning on line 97 in crates/shadowsocks/src/relay/udprelay/proxy_socket.rs
github-actions / clippy macos-latest
useless conversion to the same type: `relay::udprelay::proxy_socket::ProxySocketError`
warning: useless conversion to the same type: `relay::udprelay::proxy_socket::ProxySocketError`
--> crates/shadowsocks/src/relay/udprelay/proxy_socket.rs:96:19
|
96 | .await
| ___________________^
| |___________________|
97 | || .map_err(Into::into)
| ||________________________________^
98 | | }
| |_____- help: consider removing
|
= 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