minidom: un-ignore doctest in lib.rs

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-03-22 13:32:50 +01:00
commit 281f1bd195

View file

@ -19,7 +19,7 @@
//! //!
//! Run with `cargo run --example articles`. Located in `examples/articles.rs`. //! Run with `cargo run --example articles`. Located in `examples/articles.rs`.
//! //!
//! ```rust,ignore //! ```rust
//! extern crate minidom; //! extern crate minidom;
//! //!
//! use minidom::Element; //! use minidom::Element;