Skip to content

Fixed VectActive::from() returning incorrect value #721

Fixed VectActive::from() returning incorrect value

Fixed VectActive::from() returning incorrect value #721

Triggered via pull request January 19, 2024 18:57
@skibon02skibon02
synchronize #500
Status Success
Total duration 22s
Artifacts

clippy.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
manual slice size calculation: src/peripheral/scb.rs#L737
warning: manual slice size calculation --> src/peripheral/scb.rs:737:13 | 737 | slice.len() * core::mem::size_of::<T>(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `core::mem::size_of_val(slice)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_slice_size_calculation
manual slice size calculation: src/peripheral/scb.rs#L651
warning: manual slice size calculation --> src/peripheral/scb.rs:651:13 | 651 | slice.len() * core::mem::size_of::<T>(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `core::mem::size_of_val(slice)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_slice_size_calculation = note: `#[warn(clippy::manual_slice_size_calculation)]` on by default
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/