Fix doc to reflect the switch from xml-rs to quick-xml.
This commit is contained in:
parent
fac64400f1
commit
f1f5f5df11
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in a new issue