Squelch unused code warnings on TagCode

This commit is contained in:
Mike Welsh 2016-08-29 14:01:56 -07:00
parent aa8e21b883
commit a29fe29305
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#[allow(dead_code)]
#[derive(Debug,PartialEq,Clone)]
pub enum TagCode {
End = 0,