Rustfmt + clippy

This commit is contained in:
gwenn
2019-03-21 19:13:55 +01:00
parent 4ef5bcaf55
commit 80205da623
3 changed files with 3 additions and 7 deletions

View File

@@ -225,7 +225,7 @@ mod test {
}
#[test]
#[allow(clippy::cyclomatic_complexity)]
#[allow(clippy::cognitive_complexity)]
fn test_mismatched_types() {
fn is_invalid_column_type(err: Error) -> bool {
match err {