Merge pull request #55 from creeper6530/master #113
Annotations
8 warnings
|
this call to `as_mut` does nothing:
spi/src/lib.rs#L32
warning: this call to `as_mut` does nothing
--> spi/src/lib.rs:32:22
|
32 | for v in slice.as_mut() {
| ^^^^^^^^^^^^^^ help: try: `slice`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_asref
|
|
this call to `as_mut` does nothing:
spi/src/lib.rs#L25
warning: this call to `as_mut` does nothing
--> spi/src/lib.rs:25:22
|
25 | for v in slice.as_mut() {
| ^^^^^^^^^^^^^^ help: try: `slice`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_asref
|
|
this call to `as_mut` does nothing:
spi/src/asynch.rs#L35
warning: this call to `as_mut` does nothing
--> spi/src/asynch.rs:35:22
|
35 | for v in slice.as_mut() {
| ^^^^^^^^^^^^^^ help: try: `slice`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_asref
|
|
this call to `as_mut` does nothing:
spi/src/asynch.rs#L27
warning: this call to `as_mut` does nothing
--> spi/src/asynch.rs:27:22
|
27 | for v in slice.as_mut() {
| ^^^^^^^^^^^^^^ help: try: `slice`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_asref
= note: `#[warn(clippy::useless_asref)]` on by default
|
|
clippy_check
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_check
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_check
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_check
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/
|