Conversions MultiValueEncodedCounted <-> MultiValueManagedVecCounted, test & support #383
Annotations
5 warnings
Plotter tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
[clippy] framework/base/src/types/managed/wrapped/managed_vec_item.rs#L368:
framework/base/src/types/managed/wrapped/managed_vec_item.rs#L368
warning: redundant slicing of the whole range
--> framework/base/src/types/managed/wrapped/managed_vec_item.rs:368:16
|
368 | writer(&payload_slice[..])
| ^^^^^^^^^^^^^^^^^^ help: use the original value instead: `payload_slice`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing
= note: `#[warn(clippy::redundant_slicing)]` on by default
|
[clippy] framework/base/src/types/managed/wrapped/managed_vec_item.rs#L435:
framework/base/src/types/managed/wrapped/managed_vec_item.rs#L435
warning: redundant slicing of the whole range
--> framework/base/src/types/managed/wrapped/managed_vec_item.rs:435:16
|
435 | writer(&payload_slice[..])
| ^^^^^^^^^^^^^^^^^^ help: use the original value instead: `payload_slice`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing
|
[clippy] framework/base/src/types/managed/wrapped/managed_vec_item.rs#L368:
framework/base/src/types/managed/wrapped/managed_vec_item.rs#L368
warning: redundant slicing of the whole range
--> framework/base/src/types/managed/wrapped/managed_vec_item.rs:368:16
|
368 | writer(&payload_slice[..])
| ^^^^^^^^^^^^^^^^^^ help: use the original value instead: `payload_slice`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing
= note: `#[warn(clippy::redundant_slicing)]` on by default
|
[clippy] framework/base/src/types/managed/wrapped/managed_vec_item.rs#L435:
framework/base/src/types/managed/wrapped/managed_vec_item.rs#L435
warning: redundant slicing of the whole range
--> framework/base/src/types/managed/wrapped/managed_vec_item.rs:435:16
|
435 | writer(&payload_slice[..])
| ^^^^^^^^^^^^^^^^^^ help: use the original value instead: `payload_slice`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing
|