minidom: clear warning in failure_with_duplicate_namespace test

Maxime “pep” Buquet created

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>

Change summary

minidom/src/element.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

minidom/src/element.rs 🔗

@@ -992,7 +992,7 @@ mod tests {
 
     #[test]
     fn failure_with_duplicate_namespace() {
-        let elem: Element = r###"<?xml version="1.0" encoding="UTF-8"?>
+        let _: Element = r###"<?xml version="1.0" encoding="UTF-8"?>
             <wsdl:definitions
                     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                     xmlns:xsd="http://www.w3.org/2001/XMLSchema">