Skip to content

Commit

Permalink
remove #[macro_use]
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed Apr 3, 2024
1 parent 1767a07 commit 2d248a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#![warn(missing_docs, unreachable_pub, rust_2021_compatibility)]
#![warn(clippy::all, clippy::pedantic)]
#![cfg_attr(not(test), no_std, no_main)]
#[macro_use]
extern crate alloc;

#[global_allocator]
Expand Down

0 comments on commit 2d248a4

Please sign in to comment.