refactor: clean up commented code.

This commit is contained in:
Muhannad Alrusayni 2022-05-06 11:30:48 +03:00
parent 0b5b7f09db
commit 5b079075d7

View file

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