From 2f2e38f31cf5b40f138ebc064e995a6b4afd4523 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 2 Aug 2021 13:17:03 +0200 Subject: [PATCH] Fixing build --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 58c85af..85964a7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,5 @@ #![no_std] #![cfg_attr(feature = "nightly", feature(core_intrinsics))] -pub mod configuration; pub mod hardware; pub mod net;