Remove std feature from cranelift-bforest

This commit is contained in:
bjorn3
2019-09-28 15:39:58 +02:00
committed by Dan Gohman
parent dadfbcd32b
commit d25e611946
7 changed files with 10 additions and 22 deletions

View File

@@ -86,7 +86,7 @@ impl<F: Forest> NodePool<F> {
use crate::entity::EntitySet;
use core::borrow::Borrow;
use core::cmp::Ordering;
use std::vec::Vec;
use alloc::vec::Vec;
// The root node can't be an inner node with just a single sub-tree. It should have been
// pruned.