Remove unused #[allow(dead_code)] attributes

This commit is contained in:
Tad Hardesty 2019-11-11 19:58:08 -08:00
parent 8172d78535
commit 685f087531
2 changed files with 0 additions and 2 deletions

View file

@ -1,6 +1,5 @@
//! DreamChecker, a robust static analysis and typechecking engine for
//! DreamMaker.
#![allow(dead_code, unused_variables)]
extern crate dreammaker as dm;
extern crate dreamchecker;

View file

@ -22,7 +22,6 @@ macro_rules! table {
}
impl $enum_ {
#[allow(dead_code)]
fn value(self) -> $repr {
match self {
$(