Skip to content

release v1.19.1

release v1.19.1 #1194

GitHub Actions / clippy ubuntu-latest succeeded Jun 1, 2024 in 0s

clippy ubuntu-latest

1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 1
Note 0
Help 0

Versions

  • rustc 1.78.0 (9b00956e5 2024-04-29)
  • cargo 1.78.0 (54d8815d0 2024-03-26)
  • clippy 0.1.78 (9b00956 2024-04-29)

Annotations

Check warning on line 114 in crates/shadowsocks-service/src/local/tun/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy ubuntu-latest

use of deprecated method `tun2::platform::PlatformConfig::packet_information`: No effect applies to the packets delivered from/to tun2 since the packets always contain no header on all platforms.

warning: use of deprecated method `tun2::platform::PlatformConfig::packet_information`: No effect applies to the packets delivered from/to tun2 since the packets always contain no header on all platforms.
   --> crates/shadowsocks-service/src/local/tun/mod.rs:114:24
    |
114 |             tun_config.packet_information(false);
    |                        ^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default