Fix doc to reflect the switch from xml-rs to quick-xml.

Valentin Lorentz created

Change summary

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

Detailed changes

src/lib.rs 🔗

@@ -1,6 +1,6 @@
 #![deny(missing_docs)]
 
-//! A minimal DOM crate built on top of xml-rs.
+//! A minimal DOM crate built on top of quick-xml.
 //!
 //! This library exports an `Element` struct which represents a DOM tree.
 //!