diff --git a/src/lib.rs b/src/lib.rs index 9cd3fdb..1216dfb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,3 @@ - #![cfg_attr(not(feature = "std"), no_std)] #[cfg(feature = "std")] @@ -11,4 +10,4 @@ pub mod core; pub mod embassy; #[cfg(feature = "host")] -pub mod host; +pub mod host;