Add a `#[macro_use]` on the `alloc` import for `format!()` 2021-07-bump-deps
authorMatt Corallo <git@bluematt.me>
Thu, 22 Jul 2021 15:18:22 +0000 (15:18 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 31 Jul 2021 18:36:16 +0000 (18:36 +0000)
lightning/src/lib.rs

index 14445710655b277f32eaeb1033a475b3b3c53c9e..5c414b7b233caa0c86aec510b548f993214c7e0b 100644 (file)
@@ -31,6 +31,7 @@
 #![cfg_attr(all(any(test, feature = "_test_utils"), feature = "unstable"), feature(test))]
 #[cfg(all(any(test, feature = "_test_utils"), feature = "unstable"))] extern crate test;
 
+#[macro_use]
 extern crate alloc;
 extern crate bitcoin;
 extern crate core;