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 f5c212b commit 5614b22Copy full SHA for 5614b22
2 files changed
sea-orm-sync/src/database/db_connection.rs
@@ -587,7 +587,7 @@ impl DatabaseConnection {
587
}
588
589
impl DatabaseConnection {
590
- #[expect(unused)]
+ #[allow(unused)]
591
pub(crate) fn get_record_stmt_in_spans(&self) -> bool {
592
match &self.inner {
593
#[cfg(feature = "sqlx-mysql")]
src/database/db_connection.rs
@@ -633,7 +633,7 @@ impl DatabaseConnection {
633
634
635
636
637
638
639
0 commit comments