import boxed for alloc/rc.rs (fixup #22696)

This commit is contained in:
Manish Goregaokar 2015-02-23 19:34:25 +05:30 committed by Alex Crichton
parent f17a5220cb
commit 8eb655b1e6

View file

@ -143,8 +143,10 @@
//! ```
#![stable(feature = "rust1", since = "1.0.0")]
#[cfg(not(test))]
use boxed;
#[cfg(test)]
use std::boxed;
use core::cell::Cell;
use core::clone::Clone;
use core::cmp::{PartialEq, PartialOrd, Eq, Ord, Ordering};