Remove unnecessary #[allow(..)]

This commit is contained in:
Carl Lerche
2015-04-07 19:11:38 -07:00
parent 1ead637f69
commit dfe4cec871
-1
View File
@@ -125,7 +125,6 @@ impl Mem {
pub static HEAP: Heap = Heap;
#[allow(missing_copy_implementations)]
pub struct Heap;
impl Heap {