cleaned up many warnings

This commit is contained in:
Henry Schimke
2022-10-17 10:50:18 -05:00
parent 8c102cab8f
commit 111fe47566
71 changed files with 2553 additions and 2528 deletions

View File

@@ -27,7 +27,7 @@
// import java.util.regex.Matcher;
// import java.util.regex.Pattern;
use chrono::{Date, DateTime, Local, NaiveDateTime, TimeZone, Utc};
use chrono::{ DateTime, NaiveDateTime, TimeZone, Utc};
use chrono_tz::Tz;
use regex::Regex;
use lazy_static::lazy_static;
@@ -35,8 +35,7 @@ use lazy_static::lazy_static;
use crate::exceptions::Exceptions;
use super::{
maybe_append_multiple, maybe_append_string, ParsedRXingResult, ParsedRXingResultType,
ResultParser,
maybe_append_multiple, maybe_append_string, ParsedRXingResult, ParsedRXingResultType
};
// const RFC2445_DURATION: &'static str =