mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Silence clippy
This commit is contained in:
parent
f264873999
commit
8841187717
@ -413,6 +413,8 @@ mod test {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_numeric_conversions() {
|
fn test_numeric_conversions() {
|
||||||
|
#![allow(clippy::float_cmp)]
|
||||||
|
|
||||||
// Test what happens when we store an f32 and retrieve an i32 etc.
|
// Test what happens when we store an f32 and retrieve an i32 etc.
|
||||||
let db = Connection::open_in_memory().unwrap();
|
let db = Connection::open_in_memory().unwrap();
|
||||||
db.execute_batch("CREATE TABLE foo (x)").unwrap();
|
db.execute_batch("CREATE TABLE foo (x)").unwrap();
|
||||||
|
Loading…
Reference in New Issue
Block a user