Skip to content

Commit

Permalink
Make Escaper doctest not-ignored (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy authored Nov 21, 2021
1 parent 12cec48 commit f6bbece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maud/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ mod escape;
///
/// # Example
///
/// ```rust,ignore
/// ```rust
/// use maud::Escaper;
/// use std::fmt::Write;
/// let mut s = String::new();
/// write!(Escaper::new(&mut s), "<script>launchMissiles()</script>").unwrap();
Expand Down

0 comments on commit f6bbece

Please sign in to comment.