Skip to content

Commit

Permalink
Missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Apr 1, 2015
1 parent c35c468 commit 943729f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libcore/raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]`.
Expand Down

0 comments on commit 943729f

Please sign in to comment.