Revert all InvalidColumnType stuff

This commit is contained in:
gwenn
2016-07-02 11:50:39 +02:00
parent 3eb3b22ad5
commit 038ef2de42
3 changed files with 8 additions and 10 deletions

View File

@@ -176,7 +176,7 @@ mod test {
fn test_mismatched_types() {
fn is_invalid_column_type(err: Error) -> bool {
match err {
Error::InvalidColumnType(_, _) => true,
Error::InvalidColumnType => true,
_ => false,
}
}