Skip to content

Commit

Permalink
Revert "chore: test Clippy lints emission behavior"
Browse files Browse the repository at this point in the history
This reverts commit f6f05f4.
  • Loading branch information
AlexTMjugador committed Jul 28, 2024
1 parent cc48001 commit 8c45eb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8c45eb8

Please sign in to comment.