Browse Source

refactor: clean up commented code.

Muhannad Alrusayni 3 years ago
parent
commit
5b079075d7
1 changed files with 0 additions and 7 deletions
  1. 0 7
      packages/core-macro/src/rsx/component.rs

+ 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(())
     }
 }