diff options
| author | Philipp A | 2019-03-30 16:19:52 +0100 |
|---|---|---|
| committer | Philipp A | 2019-03-30 16:19:52 +0100 |
| commit | 380c6f1ca947dd22adab89961e451e2ecbcc5b10 (patch) | |
| tree | 16aa76d23adcdc7ab371dd0b432e1bd84755380f | |
| parent | 6d995f698f580aba9e67b847432899ce841e6e7d (diff) | |
| download | rust-rst-380c6f1ca947dd22adab89961e451e2ecbcc5b10.tar.bz2 | |
suppress lint error
| -rw-r--r-- | src/bin.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ use self::parser::{ arg_enum! { #[derive(Debug)] + #[allow(non_camel_case_types)] enum Format { json, xml } } |
