Fix missing no_std support in cretonne-module.
And, tidy up the extern crate declarations in the std replacement modules.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
use cretonne_codegen::binemit::{Addend, CodeOffset};
|
||||
use cretonne_codegen::entity::PrimaryMap;
|
||||
use cretonne_codegen::ir;
|
||||
use std::boxed::Box;
|
||||
use std::vec::Vec;
|
||||
|
||||
/// This specifies how data is to be initialized.
|
||||
#[derive(PartialEq, Eq, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user