Stop rustc complaining about non-camel case types.

This commit is contained in:
Bodil Stokke 2019-01-17 12:56:41 +00:00
parent 77888b20e5
commit eb1174ae97
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
//! Types for all standard HTML5 elements.
#![allow(non_camel_case_types)]
use typed_html_macros::declare_elements;
use super::OutputType;