unwraps now give a warning

This commit is contained in:
Djeeberjr 2025-10-24 13:24:44 +02:00
parent ebbec7885e
commit 00cb7efedb

View File

@ -3,6 +3,8 @@
#![feature(type_alias_impl_trait)]
#![feature(impl_trait_in_assoc_type)]
#![warn(clippy::unwrap_used)]
use alloc::rc::Rc;
use embassy_executor::Spawner;
use embassy_net::Stack;