Преглед на файлове

Allow no trailing comma after attributes (#2651)

Evan Almloff преди 11 месеца
родител
ревизия
7e279e5eb9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/rsx/src/attribute.rs

+ 1 - 1
packages/rsx/src/attribute.rs

@@ -352,7 +352,7 @@ impl Attribute {
                     // Autocomplete as an element
                     pub use super::dioxus_elements::elements::completions::CompleteWithBraces::*;
                     fn ignore() {
-                        #name
+                        #name;
                     }
                 }
             }