From 8c45eb8480ea3619841ce1b3b0b2fb2e3fdd5338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Sun, 28 Jul 2024 16:07:01 +0200 Subject: [PATCH] Revert "chore: test Clippy lints emission behavior" This reverts commit f6f05f486c9f27e15479cfa43a7a2117e13eb7c9. --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 45537ce..62f8a85 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -30,8 +30,6 @@ #![cfg_attr(not(feature = "std"), no_std)] #![cfg_attr(feature = "nightly", feature(doc_auto_cfg))] -use core::alloc::Layout; - // No-op log implementation for no-std targets #[cfg(not(feature = "std"))] macro_rules! debug {