Missing imports
This commit is contained in:
parent
c35c46821a
commit
943729fa40
1 changed files with 2 additions and 0 deletions
|
|
@ -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]`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue