Remove stale comment
This commit is contained in:
parent
9adae9c262
commit
bf55e6e82a
@ -282,7 +282,6 @@ fn func_decl(input: Span) -> ParseResult<Declaration> {
|
||||
map(pair(func_signature, block), |(sig, decl)| Declaration::FuncDecl(sig, decl))(input)
|
||||
}
|
||||
|
||||
//TODO handle operators
|
||||
fn func_signature(input: Span) -> ParseResult<Signature> {
|
||||
let normal_fn = context("ordinary-fn", tuple((identifier, formal_params, opt(type_anno))));
|
||||
let operator_fn = context(
|
||||
|
Loading…
Reference in New Issue
Block a user