Skip to content

Commit

Permalink
Merge pull request #185 from GuillaumeGomez/patch-1
Browse files Browse the repository at this point in the history
Update to newest cfg conditions
  • Loading branch information
netvl authored Mar 31, 2020
2 parents 183de5c + 8cbac84 commit 16b9abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

//! This crate currently provides an almost XML 1.0/1.1-compliant pull parser.
#[cfg(test)]
#[cfg(doctest)]
#[macro_use]
extern crate doc_comment;

#[cfg(test)]
#[cfg(doctest)]
doctest!("../Readme.md");

pub use reader::EventReader;
Expand Down

0 comments on commit 16b9abb

Please sign in to comment.