Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for 2 ast node bindings * BinaryOperation can qualify as an `expr_node!` * Return AST Node's `function_return_parameters` should be made optional because when return is used inside modifiers, the AST generated by solc doesn't include the `function_return_parameters` field More context: I tried using these changes on [Aderyn](https://github.com/Cyfrin/aderyn/blob/5c483fdbf1f454ca42c1fd9b85353b0b9241c43a/aderyn_core/src/ast/ast_nodes.rs#L639C1-L645C3) for a while and haven't come across an unrecognized node since :) So I thought I'll share it with ya!
- Loading branch information