aboutsummaryrefslogtreecommitdiff
path: root/embassy-hal-common/src
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-hal-common/src')
-rw-r--r--embassy-hal-common/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-hal-common/src/lib.rs b/embassy-hal-common/src/lib.rs
index 01e2d3aee..1af30c6b4 100644
--- a/embassy-hal-common/src/lib.rs
+++ b/embassy-hal-common/src/lib.rs
@@ -1,4 +1,5 @@
1#![no_std] 1#![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.
4pub(crate) mod fmt; 5pub(crate) mod fmt;