add missing guards
This commit is contained in:
parent
89cfdcb9f5
commit
4dfae9328e
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
#![no_std]
|
||||
#![doc = include_str!("../README.md")]
|
||||
#![warn(missing_docs)]
|
||||
|
||||
use embassy_futures::select::{select4, Either4};
|
||||
use embassy_net_driver_channel as ch;
|
||||
|
|
Loading…
Reference in a new issue