Bump reqwest from 0.13.3 to 0.13.4 #28
Open
Annotations
8 warnings
|
Run clippy:
src/main.rs#L55
warning: redundant reference in `eprintln!` argument
--> src/main.rs:55:9
|
55 | &options.bind_host
| ^^^^^^^^^^^^^^^^^^ help: remove the redundant `&`: `options.bind_host`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_borrows_in_formatting
|
|
Run clippy:
src/checks/mtc_file_check.rs#L31
warning: redundant reference in `debug!` argument
--> src/checks/mtc_file_check.rs:31:50
|
31 | log::debug!("checking mtc file at {:?}", &self.file_path);
| ^^^^^^^^^^^^^^^ help: remove the redundant `&`: `self.file_path`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_borrows_in_formatting
|
|
Run clippy:
src/checks/http_response_check.rs#L134
warning: redundant reference in `format!` argument
--> src/checks/http_response_check.rs:134:74
|
134 | StatusCheckResult::new_failure(format!("received status {}", &response_code))
| ^^^^^^^^^^^^^^ help: remove the redundant `&`: `response_code`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_borrows_in_formatting
|
|
Run clippy:
src/checks/http_response_check.rs#L103
warning: redundant reference in `debug!` argument
--> src/checks/http_response_check.rs:103:13
|
103 | &self.request_line_target
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the redundant `&`: `self.request_line_target`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_borrows_in_formatting
|
|
Run clippy:
src/checks/http_response_check.rs#L102
warning: redundant reference in `debug!` argument
--> src/checks/http_response_check.rs:102:13
|
102 | &self.http_method,
| ^^^^^^^^^^^^^^^^^ help: remove the redundant `&`: `self.http_method`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_borrows_in_formatting
|
|
Run clippy:
src/checks/http_response_check.rs#L101
warning: redundant reference in `debug!` argument
--> src/checks/http_response_check.rs:101:13
|
101 | &self.endpoint,
| ^^^^^^^^^^^^^^ help: remove the redundant `&`: `self.endpoint`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_borrows_in_formatting
|
|
Run clippy:
src/checks/http_response_check.rs#L95
warning: redundant reference in `format!` argument
--> src/checks/http_response_check.rs:95:43
|
95 | format!("http endpoint check {}", &self.endpoint)
| ^^^^^^^^^^^^^^ help: remove the redundant `&`: `self.endpoint`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_borrows_in_formatting
|
|
Run clippy:
src/checks/force_success_file_check.rs#L30
warning: redundant reference in `debug!` argument
--> src/checks/force_success_file_check.rs:30:60
|
30 | log::debug!("checking force success file at {:?}", &self.file_path);
| ^^^^^^^^^^^^^^^ help: remove the redundant `&`: `self.file_path`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_borrows_in_formatting
= note: `#[warn(clippy::useless_borrows_in_formatting)]` on by default
|
background
wait
wait-all
cancel
Loading