mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
standardize empty string to String::default()
This replaces "".to_owned() "".to_string() and String::from("")
This commit is contained in:
@@ -55,8 +55,8 @@ impl EmailAddressParsedRXingResult {
|
||||
vec![to],
|
||||
Vec::new(),
|
||||
Vec::new(),
|
||||
"".to_owned(),
|
||||
"".to_owned(),
|
||||
String::default(),
|
||||
String::default(),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user