aboutsummaryrefslogtreecommitdiff
path: root/cyw43/src
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-29 17:23:48 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-29 17:26:33 +0100
commitc6989dfbca51787146f50270c671af9db434f577 (patch)
tree5974a8ec41c108d5208e4f68027b918d424a2046 /cyw43/src
parent384bad7bfaa1f2415baf2cd3b69ebf36dc0a02d7 (diff)
Remove nightly and unstable-traits features in preparation for 1.75.
Diffstat (limited to 'cyw43/src')
-rw-r--r--cyw43/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/cyw43/src/lib.rs b/cyw43/src/lib.rs
index 4a1d015aa..300465e36 100644
--- a/cyw43/src/lib.rs
+++ b/cyw43/src/lib.rs
@@ -1,7 +1,6 @@
1#![no_std] 1#![no_std]
2#![no_main] 2#![no_main]
3#![feature(async_fn_in_trait, type_alias_impl_trait)] 3#![allow(async_fn_in_trait)]
4#![allow(stable_features, unknown_lints, async_fn_in_trait)]
5#![deny(unused_must_use)] 4#![deny(unused_must_use)]
6 5
7// This mod MUST go first, so that the others see its macros. 6// This mod MUST go first, so that the others see its macros.