update toolchain to nightly-2024-07-30 #867
Annotations
8 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, extractions/setup-just@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
source/kernel/src/lib.rs#L73
warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
--> source/kernel/src/lib.rs:73:12
|
73 | #![feature(async_fn_in_trait)] // needed for `embedded-hal-async`
| ^^^^^^^^^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
|
source/kernel/src/services/sdmmc.rs#L247
warning: field `0` is never read
--> source/kernel/src/services/sdmmc.rs:247:31
|
247 | pub struct CardIdentification(u128);
| ------------------ ^^^^
| |
| field in this struct
|
= help: consider removing this field
= note: `#[warn(dead_code)]` on by default
|
source/kernel/src/services/sdmmc.rs#L247
warning: field `0` is never read
--> source/kernel/src/services/sdmmc.rs:247:31
|
247 | pub struct CardIdentification(u128);
| ------------------ ^^^^
| |
| field in this struct
|
= help: consider removing this field
= note: `#[warn(dead_code)]` on by default
|
source/kernel/src/lib.rs#L73
warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
--> source/kernel/src/lib.rs:73:12
|
73 | #![feature(async_fn_in_trait)] // needed for `embedded-hal-async`
| ^^^^^^^^^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
|
source/kernel/src/services/sdmmc.rs#L247
warning: field `0` is never read
--> source/kernel/src/services/sdmmc.rs:247:31
|
247 | pub struct CardIdentification(u128);
| ------------------ ^^^^
| |
| field in this struct
|
= help: consider removing this field
= note: `#[warn(dead_code)]` on by default
|
source/kernel/src/services/sdmmc.rs#L247
warning: field `0` is never read
--> source/kernel/src/services/sdmmc.rs:247:31
|
247 | pub struct CardIdentification(u128);
| ------------------ ^^^^
| |
| field in this struct
|
= help: consider removing this field
= note: `#[warn(dead_code)]` on by default
|
This job succeeded
Loading