Remove a unimplemented
This commit is contained in:
parent
85375bb9df
commit
9f916c7c02
@ -154,7 +154,7 @@ impl EvaluatorState {
|
||||
},
|
||||
_ => return Err(format!("Bad if expression"))
|
||||
},
|
||||
_ => unimplemented!(),
|
||||
s => return Err(format!("Non-existent special form {}; this should never happen", s)),
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user