mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-16 04:32:19 +08:00
Fix clippy warnings
This commit is contained in:
@@ -270,7 +270,7 @@ mod test {
|
||||
#[test]
|
||||
fn test_series_module() {
|
||||
let version = unsafe { ffi::sqlite3_libversion_number() };
|
||||
if version < 3008012 {
|
||||
if version < 3_008_012 {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user