Always use extern crate std in cranelift-codegen
This commit is contained in:
@@ -14,7 +14,7 @@ use crate::isa::{RegInfo, RegUnit, TargetIsa};
|
||||
use crate::regalloc::RegDiversions;
|
||||
use core::convert::TryInto;
|
||||
use cranelift_entity::{PrimaryMap, SecondaryMap};
|
||||
use std::vec::Vec;
|
||||
use alloc::vec::Vec;
|
||||
|
||||
// =============================================================================================
|
||||
// A description of the redundant-fill-removal algorithm
|
||||
|
||||
Reference in New Issue
Block a user