aboutsummaryrefslogtreecommitdiff
path: root/cyw43/src/lib.rs
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-01 04:10:03 +0000
committerGitHub <[email protected]>2023-11-01 04:10:03 +0000
commitf8721c3786cfe0db0bf071b4fa0fefb67edd76cd (patch)
tree7fb7da3682ab5fd7bb09c0d2a675b1abf2493882 /cyw43/src/lib.rs
parent35bb20abe7115c42665faea288ca7f268b32bf96 (diff)
parente519e002657e992c47bebc356b044902334d32bc (diff)
Merge pull request #2132 from embassy-rs/update-nightly
Update Rust nightly.
Diffstat (limited to 'cyw43/src/lib.rs')
-rw-r--r--cyw43/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43/src/lib.rs b/cyw43/src/lib.rs
index 6b124cf7f..e60f87d0a 100644
--- a/cyw43/src/lib.rs
+++ b/cyw43/src/lib.rs
@@ -1,7 +1,7 @@
1#![no_std] 1#![no_std]
2#![no_main] 2#![no_main]
3#![allow(incomplete_features)]
4#![feature(async_fn_in_trait, type_alias_impl_trait, concat_bytes)] 3#![feature(async_fn_in_trait, type_alias_impl_trait, concat_bytes)]
4#![allow(stable_features, unknown_lints, async_fn_in_trait)]
5#![deny(unused_must_use)] 5#![deny(unused_must_use)]
6 6
7// This mod MUST go first, so that the others see its macros. 7// This mod MUST go first, so that the others see its macros.