1
0
Эх сурвалжийг харах

refactor: clean up commented code.

Muhannad Alrusayni 3 жил өмнө
parent
commit
5b079075d7

+ 0 - 7
packages/core-macro/src/rsx/component.rs

@@ -50,13 +50,6 @@ impl Component {
             invalid_component_path!(path);
         }
 
-        // if matches!(
-        //     path.segments.last().unwrap().arguments,
-        //     PathArguments::AngleBracketed(_)
-        // ) {
-        //     proc_macro_error::abort!(path, "path: {}", path.to_token_stream().to_string());
-        // }
-
         Ok(())
     }
 }