소스 검색

more formatting

Evan Almloff 3 년 전
부모
커밋
21206390f8
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      packages/rsx_interpreter/src/elements.rs

+ 1 - 4
packages/rsx_interpreter/src/elements.rs

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