From e37f63396c625d556b10a475e082d61f7638c3af Mon Sep 17 00:00:00 2001 From: Mirna Date: Mon, 26 Oct 2020 14:01:27 +0200 Subject: [PATCH] Revert #cfg change --- third_party/libtock-drivers/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/third_party/libtock-drivers/src/lib.rs b/third_party/libtock-drivers/src/lib.rs index 8b8983c..ec8a2d7 100644 --- a/third_party/libtock-drivers/src/lib.rs +++ b/third_party/libtock-drivers/src/lib.rs @@ -3,7 +3,6 @@ pub mod buttons; pub mod console; pub mod led; -#[cfg(feature = "with_nfc")] pub mod nfc; pub mod result; pub mod rng;