diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-25 01:06:43 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-25 01:06:43 +0100 |
| commit | 03d500f548ac681d201b24c55ab0d6e15f19679b (patch) | |
| tree | 066009f576ab0c58cc4bcf6131cef6b001e6394a /cyw43/src/lib.rs | |
| parent | 8b46343b34f0e6c2486131a0d18de46e9a835d22 (diff) | |
cyw43: remove feature(concat_bytes).
Diffstat (limited to 'cyw43/src/lib.rs')
| -rw-r--r-- | cyw43/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43/src/lib.rs b/cyw43/src/lib.rs index 04847bfa5..4a1d015aa 100644 --- a/cyw43/src/lib.rs +++ b/cyw43/src/lib.rs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(async_fn_in_trait, type_alias_impl_trait, concat_bytes)] | 3 | #![feature(async_fn_in_trait, type_alias_impl_trait)] |
| 4 | #![allow(stable_features, unknown_lints, async_fn_in_trait)] | 4 | #![allow(stable_features, unknown_lints, async_fn_in_trait)] |
| 5 | #![deny(unused_must_use)] | 5 | #![deny(unused_must_use)] |
| 6 | 6 | ||
