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

@@ -585,7 +585,7 @@ where
mod tests {
use super::*;
use core::mem;
use std::string::ToString;
use alloc::string::ToString;
// Forest impl for a set implementation.
struct TF();