Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailNazarov committed Nov 13, 2024
1 parent 3cd8098 commit e9ad3b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use console::style;
use sqlx::migrate::Migrator;
use tracing_subscriber::{fmt, layer::SubscriberExt, util::SubscriberInitExt, EnvFilter};
use ydb_sqlx::connection::{YdbConnectOptions, YdbConnection};
use ydb_sqlx::connection::YdbConnectOptions;
use sqlx::ConnectOptions;

#[tokio::main]
Expand Down
1 change: 0 additions & 1 deletion ydb-sqlx/src/connection/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use sqlx_core::executor::Executor;
use sqlx_core::logger::QueryLogger;
use sqlx_core::try_stream;
use sqlx_core::Error;
use tracing::info;
use crate::error::err_ydb_or_customer_to_sqlx;

use crate::error::err_ydb_to_sqlx;
Expand Down

0 comments on commit e9ad3b3

Please sign in to comment.