mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
MAINT: cleanup old FIXME comment.
This commit is contained in:
parent
b6a7f9778c
commit
708f23c674
@ -1321,7 +1321,6 @@ impl<'a> FileBuilder<'a> {
|
||||
|
||||
fn eval_select(&self, def: &SelectDef, scope: &Scope) -> Result<Rc<Val>, Box<dyn Error>> {
|
||||
let target = &def.val;
|
||||
// FIXME(jwall): Handle the no default case in here.
|
||||
let fields = &def.tuple;
|
||||
// First resolve the target expression.
|
||||
let v = self.eval_expr(target, scope)?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user