Skip to content

Commit 943729f

Browse files
committed
Missing imports
1 parent c35c468 commit 943729f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libcore/raw.rs

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
//!
1919
//! Their definition should always match the ABI defined in `rustc::back::abi`.
2020
21+
use clone::Clone;
22+
use marker::Copy;
2123
use mem;
2224

2325
/// The representation of a slice like `&[T]`.

0 commit comments

Comments
 (0)