Skip to content

Bump assert_cmd from 2.0.12 to 2.0.13 #601

Bump assert_cmd from 2.0.12 to 2.0.13

Bump assert_cmd from 2.0.12 to 2.0.13 #601

Triggered via pull request January 15, 2024 19:04
Status Success
Total duration 7m 59s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
this returns a `Result<_, ()>`: enclone_core/src/packing.rs#L49
warning: this returns a `Result<_, ()>` --> enclone_core/src/packing.rs:49:1 | 49 | pub fn restore_string(x: &[u8], pos: &mut usize) -> Result<String, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err = note: requested on the command line with `-W clippy::result-unit-err`
this returns a `Result<_, ()>`: enclone_core/src/packing.rs#L78
warning: this returns a `Result<_, ()>` --> enclone_core/src/packing.rs:78:1 | 78 | pub fn restore_vec_string(x: &[u8], pos: &mut usize) -> Result<Vec<String>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: enclone_core/src/packing.rs#L118
warning: this returns a `Result<_, ()>` --> enclone_core/src/packing.rs:118:1 | 118 | pub fn restore_vec_string_comp(x: &[u8], pos: &mut usize) -> Result<Vec<String>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: enclone_core/src/packing.rs#L146
warning: this returns a `Result<_, ()>` --> enclone_core/src/packing.rs:146:1 | 146 | pub fn restore_vec_vec_string(x: &[u8], pos: &mut usize) -> Result<Vec<Vec<String>>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: enclone_core/src/packing.rs#L171
warning: this returns a `Result<_, ()>` --> enclone_core/src/packing.rs:171:1 | 171 | pub fn restore_vec_vec_u8(x: &[u8], pos: &mut usize) -> Result<Vec<Vec<u8>>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: enclone_core/src/packing.rs#L207
warning: this returns a `Result<_, ()>` --> enclone_core/src/packing.rs:207:1 | 207 | pub fn restore_vec_vec_u32(x: &[u8], pos: &mut usize) -> Result<Vec<Vec<u32>>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: enclone_core/src/packing.rs#L243
warning: this returns a `Result<_, ()>` --> enclone_core/src/packing.rs:243:1 | 243 | pub fn restore_vec_bool(x: &[u8], pos: &mut usize) -> Result<Vec<bool>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: enclone_core/src/packing.rs#L271
warning: this returns a `Result<_, ()>` --> enclone_core/src/packing.rs:271:1 | 271 | pub fn restore_vec_u32(x: &[u8], pos: &mut usize) -> Result<Vec<u32>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: enclone_core/src/packing.rs#L294
warning: this returns a `Result<_, ()>` --> enclone_core/src/packing.rs:294:1 | 294 | pub fn restore_u32(x: &[u8], pos: &mut usize) -> Result<u32, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: enclone_core/src/packing.rs#L309
warning: this returns a `Result<_, ()>` --> enclone_core/src/packing.rs:309:1 | 309 | pub fn restore_bool(x: &[u8], pos: &mut usize) -> Result<bool, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err