From e8aba202af6469872699c4ea8313bcbc09ce82e5 Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Sat, 3 May 2025 13:54:52 -0500 Subject: [PATCH] cargo fmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1e1eeac..b98c25f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,7 +8,7 @@ pub struct Dwml { impl std::str::FromStr for Dwml { type Err = quick_xml::DeError; - + fn from_str(s: &str) -> Result { quick_xml::de::from_str(s) }