Add connection timeout #1719
clippy.yml
on: pull_request
check-rust-clippy
1m 41s
Annotations
3 errors and 6 warnings
unresolved import `crate::connector::TimeoutHttpConnector`:
dynamic-proxy/src/proxy.rs#L3
error[E0432]: unresolved import `crate::connector::TimeoutHttpConnector`
--> dynamic-proxy/src/proxy.rs:3:5
|
3 | connector::TimeoutHttpConnector,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `TimeoutHttpConnector` in `connector`
|
file not found for module `connector`:
dynamic-proxy/src/lib.rs#L2
error[E0583]: file not found for module `connector`
--> dynamic-proxy/src/lib.rs:2:1
|
2 | pub mod connector;
| ^^^^^^^^^^^^^^^^^^
|
= help: to create the module `connector`, create file "dynamic-proxy/src/connector.rs" or "dynamic-proxy/src/connector/mod.rs"
= note: if there is a `mod connector` elsewhere in the crate already, import it with `use crate::...` instead
|
check-rust-clippy
Clippy had exited with the 101 exit code
|
check-rust-clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check-rust-clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|