Skip to content

Commit 0671ca6

Browse files
committed
Add a #[macro_use] on the alloc import for format!()
1 parent 8c16225 commit 0671ca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#![cfg_attr(all(any(test, feature = "_test_utils"), feature = "unstable"), feature(test))]
3232
#[cfg(all(any(test, feature = "_test_utils"), feature = "unstable"))] extern crate test;
3333

34+
#[macro_use]
3435
extern crate alloc;
3536
extern crate bitcoin;
3637
extern crate core;

0 commit comments

Comments
 (0)