some minor improvements and removing dead code (#1563)

This commit is contained in:
Jonathan Turner
2020-04-10 07:48:10 +12:00
committed by GitHub
parent 2c513d1883
commit c86cf31aac
8 changed files with 7 additions and 129 deletions

View File

@@ -34,7 +34,7 @@ mod integration {
.unwrap();
match r {
Primitive::Date(_) => (),
_ => assert!(false, "failed to convert string to date"),
_ => panic!("failed to convert string to date"),
}
}
}