Skip to content
Snippets Groups Projects
Commit dfe4cec8 authored by Carl Lerche's avatar Carl Lerche
Browse files

Remove unnecessary #[allow(..)]

parent 1ead637f
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,6 @@ impl Mem {
pub static HEAP: Heap = Heap;
#[allow(missing_copy_implementations)]
pub struct Heap;
impl Heap {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment