mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Remove unused #[allow(dead_code)] attributes
This commit is contained in:
parent
8172d78535
commit
685f087531
2 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ macro_rules! table {
|
|||
}
|
||||
|
||||
impl $enum_ {
|
||||
#[allow(dead_code)]
|
||||
fn value(self) -> $repr {
|
||||
match self {
|
||||
$(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue