Fix clippy warnings

This commit is contained in:
gwenn
2016-08-08 15:23:55 +02:00
parent bf8c495b69
commit b10c52f32f
4 changed files with 3 additions and 4 deletions

View File

@@ -103,7 +103,6 @@ pub enum Value {
}
#[cfg(test)]
#[cfg_attr(feature="clippy", allow(similar_names))]
mod test {
extern crate time;
@@ -182,7 +181,6 @@ mod test {
}
#[test]
#[cfg_attr(feature="clippy", allow(cyclomatic_complexity))]
fn test_mismatched_types() {
fn is_invalid_column_type(err: Error) -> bool {
match err {