From 6204d903f592590bad1687c07791eff13ad1ab58 Mon Sep 17 00:00:00 2001 From: Roberto Huertas Date: Tue, 5 Feb 2019 00:43:32 +0100 Subject: [PATCH] remove unused attributes --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index 3e2632f..226281c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,3 @@ -#![allow(dead_code)] -#![allow(unused_variables)] - mod decompiler; use crate::decompiler::Decompiler;