cleanup: remove spurious macro_use in cranelift-bforest;

This commit is contained in:
Benjamin Bouvier
2019-10-09 13:59:12 +02:00
committed by Andrew Brown
parent 68b671e0ee
commit c8128539d0

View File

@@ -33,7 +33,6 @@
#![no_std] #![no_std]
#[cfg(test)] #[cfg(test)]
#[macro_use]
extern crate alloc; extern crate alloc;
#[macro_use] #[macro_use]