Skip to content

feat(client): Implement RawRequestBuilder for raw HTTP requests #188

feat(client): Implement RawRequestBuilder for raw HTTP requests

feat(client): Implement RawRequestBuilder for raw HTTP requests #188

Triggered via pull request August 31, 2024 09:51
Status Success
Total duration 58s
Artifacts

check.yml

on: pull_request
stable / fmt
5s
stable / fmt
nightly / doc
41s
nightly / doc
ubuntu / stable / features
50s
ubuntu / stable / features
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
beta / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-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/
beta / clippy: src/client.rs#L179
[clippy] reported by reviewdog 🐶 warning: very complex type used. Consider factoring parts into `type` definitions --> src/client.rs:179:10 | 179 | ) -> RawRequestBuilder< | __________^ 180 | | '_, 181 | | fn(http::request::Builder) -> hyper::Request<BoxBody<hyper::body::Bytes, Infallible>>, 182 | | > { | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity = note: `#[warn(clippy::type_complexity)]` on by default Raw Output: src/client.rs:179:10:w:warning: very complex type used. Consider factoring parts into `type` definitions --> src/client.rs:179:10 | 179 | ) -> RawRequestBuilder< | __________^ 180 | | '_, 181 | | fn(http::request::Builder) -> hyper::Request<BoxBody<hyper::body::Bytes, Infallible>>, 182 | | > { | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity = note: `#[warn(clippy::type_complexity)]` on by default __END__
stable / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-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/
stable / clippy: src/client.rs#L179
[clippy] reported by reviewdog 🐶 warning: very complex type used. Consider factoring parts into `type` definitions --> src/client.rs:179:10 | 179 | ) -> RawRequestBuilder< | __________^ 180 | | '_, 181 | | fn(http::request::Builder) -> hyper::Request<BoxBody<hyper::body::Bytes, Infallible>>, 182 | | > { | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity = note: `#[warn(clippy::type_complexity)]` on by default Raw Output: src/client.rs:179:10:w:warning: very complex type used. Consider factoring parts into `type` definitions --> src/client.rs:179:10 | 179 | ) -> RawRequestBuilder< | __________^ 180 | | '_, 181 | | fn(http::request::Builder) -> hyper::Request<BoxBody<hyper::body::Bytes, Infallible>>, 182 | | > { | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity = note: `#[warn(clippy::type_complexity)]` on by default __END__