diff --git a/minidom/src/lib.rs b/minidom/src/lib.rs index 6300cc58..4ecf36f1 100644 --- a/minidom/src/lib.rs +++ b/minidom/src/lib.rs @@ -19,7 +19,7 @@ //! //! Run with `cargo run --example articles`. Located in `examples/articles.rs`. //! -//! ```rust,ignore +//! ```rust //! extern crate minidom; //! //! use minidom::Element;