diff options
| author | Gustav Toft <[email protected]> | 2024-04-10 09:07:20 +0200 |
|---|---|---|
| committer | Gustav Toft <[email protected]> | 2024-04-10 09:07:20 +0200 |
| commit | 6663be0b36a078893b0ef3f3f869b17adf62ca30 (patch) | |
| tree | e6d34af1e56d4753bcfcd5cd154d8d3ac821dab4 /embassy-net/src/lib.rs | |
| parent | a373633d0dbc352de1b488bf15e383f8ef1d4a8c (diff) | |
Fixed commented issues.
Diffstat (limited to 'embassy-net/src/lib.rs')
| -rw-r--r-- | embassy-net/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-net/src/lib.rs b/embassy-net/src/lib.rs index 05c8aec7b..86ced1ded 100644 --- a/embassy-net/src/lib.rs +++ b/embassy-net/src/lib.rs | |||
| @@ -15,13 +15,13 @@ pub(crate) mod fmt; | |||
| 15 | mod device; | 15 | mod device; |
| 16 | #[cfg(feature = "dns")] | 16 | #[cfg(feature = "dns")] |
| 17 | pub mod dns; | 17 | pub mod dns; |
| 18 | #[cfg(feature = "raw")] | ||
| 19 | pub mod raw; | ||
| 18 | #[cfg(feature = "tcp")] | 20 | #[cfg(feature = "tcp")] |
| 19 | pub mod tcp; | 21 | pub mod tcp; |
| 20 | mod time; | 22 | mod time; |
| 21 | #[cfg(feature = "udp")] | 23 | #[cfg(feature = "udp")] |
| 22 | pub mod udp; | 24 | pub mod udp; |
| 23 | #[cfg(feature = "raw")] | ||
| 24 | pub mod raw; | ||
| 25 | 25 | ||
| 26 | use core::cell::RefCell; | 26 | use core::cell::RefCell; |
| 27 | use core::future::{poll_fn, Future}; | 27 | use core::future::{poll_fn, Future}; |
