We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35c468 commit 943729fCopy full SHA for 943729f
src/libcore/raw.rs
@@ -18,6 +18,8 @@
18
//!
19
//! Their definition should always match the ABI defined in `rustc::back::abi`.
20
21
+use clone::Clone;
22
+use marker::Copy;
23
use mem;
24
25
/// The representation of a slice like `&[T]`.
0 commit comments