Move SQL errors into their own module

This commit is contained in:
Alexander Krotov
2019-11-29 23:06:13 +01:00
committed by Floris Bruynooghe
parent ea8adf39c2
commit 612600278a
9 changed files with 102 additions and 66 deletions

View File

@@ -534,7 +534,7 @@ pub fn save(
}
Ok(newest_location_id)
},
)
).map_err(Into::into)
}
#[allow(non_snake_case)]