Remove #[allow(dead_code)]

This commit is contained in:
Minseong Jang
2022-02-22 22:17:08 +09:00
parent 23fab484f3
commit e1f6ac5df6
2 changed files with 1 additions and 14 deletions

View File

@@ -12,7 +12,6 @@ use crate::Translate;
#[derive(Debug)]
pub enum Error {
ParseError(ParseError),
#[allow(dead_code)]
Unsupported,
}