Skip to content

Commit 86777fb

Browse files
committed
Fix unused macro_use
1 parent f918ffb commit 86777fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
5252
#![deny(missing_docs)]
5353
#![cfg_attr(not(feature = "std"), no_std)]
54+
#![cfg_attr(feature = "alloc", macro_use)]
5455

5556
#[cfg(feature = "alloc")]
56-
#[macro_use]
5757
extern crate alloc;
5858

5959
#[cfg(any(test, feature = "arb"))]

0 commit comments

Comments
 (0)