diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-10-18 00:55:43 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-10-18 01:05:29 +0200 |
| commit | a2e7c24e0055d13a61345dfce9fbe7fcf4e0d306 (patch) | |
| tree | 2f08fb1e2ed983259ae9eec59f21dbd1e41c5091 /embassy-net/src/lib.rs | |
| parent | d81a203ee264c8bb77eaae18944d4cace7b1683c (diff) | |
Clippy fixes
Diffstat (limited to 'embassy-net/src/lib.rs')
| -rw-r--r-- | embassy-net/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-net/src/lib.rs b/embassy-net/src/lib.rs index 47a3650b0..db2a7ebd4 100644 --- a/embassy-net/src/lib.rs +++ b/embassy-net/src/lib.rs | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | #![cfg_attr(not(feature = "std"), no_std)] | 1 | #![cfg_attr(not(feature = "std"), no_std)] |
| 2 | #![allow(clippy::new_without_default)] | ||
| 2 | 3 | ||
| 3 | // This mod MUST go first, so that the others see its macros. | 4 | // This mod MUST go first, so that the others see its macros. |
| 4 | pub(crate) mod fmt; | 5 | pub(crate) mod fmt; |
