We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e232bc1 commit 31dc4a6Copy full SHA for 31dc4a6
sqlx-core/src/odbc/connection/odbc_bridge.rs
@@ -1,4 +1,4 @@
1
-THIS SHOULD BE A LINTER ERRORuse crate::error::Error;
+use crate::error::Error;
2
use crate::odbc::{
3
connection::MaybePrepared, OdbcArgumentValue, OdbcArguments, OdbcColumn, OdbcQueryResult,
4
OdbcRow, OdbcTypeInfo,
0 commit comments