Explorar o código

Allow no trailing comma after attributes (#2651)

Evan Almloff hai 11 meses
pai
achega
7e279e5eb9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
                     }
                 }
             }