Remove std feature from cranelift-entity

This commit is contained in:
bjorn3
2019-09-28 15:46:03 +02:00
committed by Dan Gohman
parent d25e611946
commit a114423d0a
13 changed files with 20 additions and 32 deletions

View File

@@ -12,7 +12,7 @@ use crate::EntityRef;
use core::mem;
use core::slice;
use core::u32;
use std::vec::Vec;
use alloc::vec::Vec;
/// Trait for extracting keys from values stored in a `SparseMap`.
///