more formatting

This commit is contained in:
Evan Almloff 2022-06-17 15:33:28 -05:00
parent f7b2869082
commit 21206390f8

View file

@ -65,10 +65,7 @@ macro_rules! builder_constructors {
]; ];
}; };
} }
pub const ELEMENTS_WITH_MAPPED_ATTRIBUTES: &[( pub const ELEMENTS_WITH_MAPPED_ATTRIBUTES: &[(&str, &[(&str, &str)])] = &[
&str,
&[(&str, &str)],
)] = &[
("script", &[("r#type", "type"), ("r#script", "script")]), ("script", &[("r#type", "type"), ("r#script", "script")]),
("button", &[("r#type", "type")]), ("button", &[("r#type", "type")]),
("select", &[("value", "value")]), ("select", &[("value", "value")]),