Remove a unimplemented

This commit is contained in:
greg 2017-12-11 01:55:08 -08:00
parent 85375bb9df
commit 9f916c7c02
1 changed files with 1 additions and 1 deletions

View File

@ -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)),
})
}