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