Missing imports

This commit is contained in:
Niko Matsakis
2015-04-01 12:49:02 -04:00
parent c35c46821a
commit 943729fa40

View File

@@ -18,6 +18,8 @@
//!
//! Their definition should always match the ABI defined in `rustc::back::abi`.
use clone::Clone;
use marker::Copy;
use mem;
/// The representation of a slice like `&[T]`.