Minor fixes for cargo clippy
lint output
#455
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, hecrj/setup-rust-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test leaf:
leaf/src/common/cmd_linux.rs#L121
unused variable: `gw`
|
test leaf:
leaf/tests/common.rs#L141
function `test_tcp_half_close_on_configs` is never used
|
test leaf:
leaf/tests/common.rs#L286
function `file_hash` is never used
|
test leaf:
leaf/tests/common.rs#L300
function `test_data_transfering_reliability_on_configs` is never used
|
test leaf:
leaf/tests/common.rs#L20
function `run_tcp_echo_server` is never used
|
test leaf:
leaf/tests/common.rs#L37
function `run_udp_echo_server` is never used
|
test leaf:
leaf/tests/common.rs#L47
function `run_echo_servers` is never used
|
test leaf:
leaf/tests/common.rs#L54
function `run_leaf_instances` is never used
|
test leaf:
leaf/tests/common.rs#L77
function `new_socks_outbound` is never used
|
test leaf:
leaf/tests/common.rs#L109
function `new_socks_stream` is never used
|
Loading