Merge pull request #52 from therealprof/dependabot/cargo/defmt-1.0 #110
Annotations
8 warnings
|
Rustfmt
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/
|
|
Rustfmt
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/
|
|
Rustfmt
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/
|
|
Rustfmt
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/
|
|
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/master/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/master/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/master/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/master/index.html#useless_asref
= note: `#[warn(clippy::useless_asref)]` on by default
|