Skip to content

Commit 31dc4a6

Browse files
cursoragentlovasoa
andcommitted
Fix: Remove unused linter directive
Co-authored-by: contact <[email protected]>
1 parent e232bc1 commit 31dc4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-core/src/odbc/connection/odbc_bridge.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
THIS SHOULD BE A LINTER ERRORuse crate::error::Error;
1+
use crate::error::Error;
22
use crate::odbc::{
33
connection::MaybePrepared, OdbcArgumentValue, OdbcArguments, OdbcColumn, OdbcQueryResult,
44
OdbcRow, OdbcTypeInfo,

0 commit comments

Comments
 (0)