Skip to content

Commit fed30d4

Browse files
committed
Fix comments
1 parent dd9d3d3 commit fed30d4

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed
File renamed without changes.

lib/dsc-lib/src/parser/functions.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ impl Function {
9393
resolved_args.push(value.clone());
9494
},
9595
FunctionArg::Lambda(_lambda) => {
96-
// This shouldn't happen - lambdas should only be created by lambda() function
9796
return Err(DscError::Parser(t!("parser.functions.unexpectedLambda").to_string()));
9897
}
9998
}

0 commit comments

Comments
 (0)