cargo fmt
parent
598163fb27
commit
e8aba202af
|
@ -8,7 +8,7 @@ pub struct Dwml {
|
|||
|
||||
impl std::str::FromStr for Dwml {
|
||||
type Err = quick_xml::DeError;
|
||||
|
||||
|
||||
fn from_str(s: &str) -> Result<Self, quick_xml::DeError> {
|
||||
quick_xml::de::from_str(s)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue