Skip to content

Commit 5614b22

Browse files
committed
Fix CI: #[allow(unused)]
1 parent f5c212b commit 5614b22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sea-orm-sync/src/database/db_connection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ impl DatabaseConnection {
587587
}
588588

589589
impl DatabaseConnection {
590-
#[expect(unused)]
590+
#[allow(unused)]
591591
pub(crate) fn get_record_stmt_in_spans(&self) -> bool {
592592
match &self.inner {
593593
#[cfg(feature = "sqlx-mysql")]

src/database/db_connection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ impl DatabaseConnection {
633633
}
634634

635635
impl DatabaseConnection {
636-
#[expect(unused)]
636+
#[allow(unused)]
637637
pub(crate) fn get_record_stmt_in_spans(&self) -> bool {
638638
match &self.inner {
639639
#[cfg(feature = "sqlx-mysql")]

0 commit comments

Comments
 (0)