Merge branch 'patch-1' into 'master'

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

See merge request lumi/minidom-rs!30
This commit is contained in:
lumi 2018-07-02 22:06:33 +00:00
commit 0b9aa86072

View file

@ -1,6 +1,6 @@
#![deny(missing_docs)] #![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. //! This library exports an `Element` struct which represents a DOM tree.
//! //!