results from logs #4859
Annotations
1 error and 2 warnings
|
framework/scenario/src/scenario/model/transaction/tx_response.rs#L146
[clippy] reported by reviewdog 🐶
warning: single-character string constant used as pattern
--> framework/scenario/src/scenario/model/transaction/tx_response.rs:146:57
|
146 | ... if decoded_data.starts_with("@") {
| ^^^ help: try using a `char` instead: `'@'`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern
= note: `#[warn(clippy::single_char_pattern)]` on by default
Raw Output:
framework/scenario/src/scenario/model/transaction/tx_response.rs:146:57:w:warning: single-character string constant used as pattern
--> framework/scenario/src/scenario/model/transaction/tx_response.rs:146:57
|
146 | ... if decoded_data.starts_with("@") {
| ^^^ help: try using a `char` instead: `'@'`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern
= note: `#[warn(clippy::single_char_pattern)]` on by default
__END__
|
framework/scenario/src/scenario/model/transaction/tx_response.rs#L146
[clippy] reported by reviewdog 🐶
warning: single-character string constant used as pattern
--> framework/scenario/src/scenario/model/transaction/tx_response.rs:146:57
|
146 | ... if decoded_data.starts_with("@") {
| ^^^ help: try using a `char` instead: `'@'`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern
= note: `#[warn(clippy::single_char_pattern)]` on by default
Raw Output:
framework/scenario/src/scenario/model/transaction/tx_response.rs:146:57:w:warning: single-character string constant used as pattern
--> framework/scenario/src/scenario/model/transaction/tx_response.rs:146:57
|
146 | ... if decoded_data.starts_with("@") {
| ^^^ help: try using a `char` instead: `'@'`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern
= note: `#[warn(clippy::single_char_pattern)]` on by default
__END__
|
The logs for this run have expired and are no longer available.
Loading