aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-03-30 16:19:52 +0100
committerPhilipp A2019-03-30 16:19:52 +0100
commit380c6f1ca947dd22adab89961e451e2ecbcc5b10 (patch)
tree16aa76d23adcdc7ab371dd0b432e1bd84755380f
parent6d995f698f580aba9e67b847432899ce841e6e7d (diff)
downloadrust-rst-380c6f1ca947dd22adab89961e451e2ecbcc5b10.tar.bz2
suppress lint error
-rw-r--r--src/bin.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin.rs b/src/bin.rs
index f16173a..763e6f8 100644
--- a/src/bin.rs
+++ b/src/bin.rs
@@ -19,6 +19,7 @@ use self::parser::{
arg_enum! {
#[derive(Debug)]
+ #[allow(non_camel_case_types)]
enum Format { json, xml }
}