mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-28 17:22:22 +08:00
Fix clippy warnings
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user