mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
Make parse_xml in auto_mozilla.rs private
This commit is contained in:
@@ -58,7 +58,7 @@ enum MozConfigTag {
|
||||
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);
|
||||
reader.trim_text(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user