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 9ec4682 commit bc1c7e2Copy full SHA for bc1c7e2
sqlx-macros-core/src/database/mod.rs
@@ -33,6 +33,7 @@ pub struct CachingDescribeBlocking<DB: DatabaseExt> {
33
34
#[allow(dead_code)]
35
impl<DB: DatabaseExt> CachingDescribeBlocking<DB> {
36
+ #[allow(clippy::new_without_default, reason = "internal API")]
37
pub const fn new() -> Self {
38
CachingDescribeBlocking {
39
connections: LazyLock::new(|| Mutex::new(HashMap::new())),
0 commit comments