Skip to content

Commit 2d3fd2b

Browse files
committed
[allow(clippy::approx_constant)]
1 parent 64c63f9 commit 2d3fd2b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/any/odbc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(clippy::approx_constant)]
12
use sqlx_oldapi::any::{AnyConnection, AnyRow};
23
use sqlx_oldapi::{Connection, Executor, Row};
34

tests/odbc/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(clippy::approx_constant)]
12
use sqlx_oldapi::odbc::Odbc;
23
use sqlx_test::test_type;
34

0 commit comments

Comments
 (0)