diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-01 04:56:56 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-01 04:56:56 +0100 |
| commit | e519e002657e992c47bebc356b044902334d32bc (patch) | |
| tree | 870b521845ae7b115d032b002f4ff2f96a37835d /cyw43-pio/src | |
| parent | dd6a29adb2b503520f7db28e50563f41cf1f4730 (diff) | |
Update Rust nightly.
Diffstat (limited to 'cyw43-pio/src')
| -rw-r--r-- | cyw43-pio/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43-pio/src/lib.rs b/cyw43-pio/src/lib.rs index 830a5b44a..de89ed582 100644 --- a/cyw43-pio/src/lib.rs +++ b/cyw43-pio/src/lib.rs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![allow(incomplete_features)] | ||
| 3 | #![feature(async_fn_in_trait)] | 2 | #![feature(async_fn_in_trait)] |
| 3 | #![allow(stable_features, unknown_lints, async_fn_in_trait)] | ||
| 4 | 4 | ||
| 5 | use core::slice; | 5 | use core::slice; |
| 6 | 6 | ||
