From f1f5f5df113979a013d88c5c8cf7951024008525 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 23 Jun 2018 12:06:18 +0000 Subject: [PATCH] Fix doc to reflect the switch from xml-rs to quick-xml. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 8cf4ab7e..32a18147 100644 --- a/src/lib.rs +++ b/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. //!