mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 00:36:32 +03:00
Make parse_xml in auto_mozilla.rs private
This commit is contained in:
@@ -58,7 +58,7 @@ enum MozConfigTag {
|
|||||||
Username,
|
Username,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn parse_xml(in_emailaddr: &str, xml_raw: &str) -> Result<LoginParam> {
|
fn parse_xml(in_emailaddr: &str, xml_raw: &str) -> Result<LoginParam> {
|
||||||
let mut reader = quick_xml::Reader::from_str(xml_raw);
|
let mut reader = quick_xml::Reader::from_str(xml_raw);
|
||||||
reader.trim_text(true);
|
reader.trim_text(true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user