fix mem leak - drop the JoinSets in the dynamic proxy connection loops #1759
clippy.yml
on: pull_request
check-rust-clippy
2m 2s
Annotations
9 warnings
unneeded unit return type:
dynamic-proxy/src/server.rs#L82
warning: unneeded unit return type
--> dynamic-proxy/src/server.rs:82:2
|
82 | ) -> ()
| ^^^^^^ help: remove the `-> ()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit
|
unneeded unit return type:
dynamic-proxy/src/server.rs#L39
warning: unneeded unit return type
--> dynamic-proxy/src/server.rs:39:2
|
39 | ) -> ()
| ^^^^^^ help: remove the `-> ()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit
= note: `#[warn(clippy::unused_unit)]` on by default
|
unneeded unit return type:
dynamic-proxy/src/server.rs#L82
warning: unneeded unit return type
--> dynamic-proxy/src/server.rs:82:2
|
82 | ) -> ()
| ^^^^^^ help: remove the `-> ()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit
|
unneeded unit return type:
dynamic-proxy/src/server.rs#L39
warning: unneeded unit return type
--> dynamic-proxy/src/server.rs:39:2
|
39 | ) -> ()
| ^^^^^^ help: remove the `-> ()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit
= note: `#[warn(clippy::unused_unit)]` on by default
|
check-rust-clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-rust-clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check-rust-clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check-rust-clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check-rust-clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|