Skip to content

Commit bc1c7e2

Browse files
committed
Fix lint
1 parent 9ec4682 commit bc1c7e2

File tree

1 file changed

+1
-0
lines changed
  • sqlx-macros-core/src/database

1 file changed

+1
-0
lines changed

sqlx-macros-core/src/database/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ pub struct CachingDescribeBlocking<DB: DatabaseExt> {
3333

3434
#[allow(dead_code)]
3535
impl<DB: DatabaseExt> CachingDescribeBlocking<DB> {
36+
#[allow(clippy::new_without_default, reason = "internal API")]
3637
pub const fn new() -> Self {
3738
CachingDescribeBlocking {
3839
connections: LazyLock::new(|| Mutex::new(HashMap::new())),

0 commit comments

Comments
 (0)