mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
refactor: clean up commented code.
This commit is contained in:
parent
0b5b7f09db
commit
5b079075d7
1 changed files with 0 additions and 7 deletions
|
@ -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(())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue