maud/maud/tests/warnings/non-closed-element.rs
2021-09-18 19:30:13 +10:00

7 lines
60 B
Rust

use maud::html;
fn main() {
html! {
p
};
}