Clean up
This commit is contained in:
parent
fc7cffcb70
commit
44dc6db377
@ -112,8 +112,6 @@ impl AbstractTree for FunctionNode {
|
|||||||
let r#type = Type::function(parameter_types, return_type.take_inner());
|
let r#type = Type::function(parameter_types, return_type.take_inner());
|
||||||
let syntax_position = node.range().into();
|
let syntax_position = node.range().into();
|
||||||
|
|
||||||
println!("{context}");
|
|
||||||
|
|
||||||
Ok(FunctionNode {
|
Ok(FunctionNode {
|
||||||
parameters,
|
parameters,
|
||||||
body,
|
body,
|
||||||
|
Loading…
Reference in New Issue
Block a user