mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-01-19 23:26:32 +00:00
fix: invalid clippy lint name
This commit is contained in:
parent
50e43a8211
commit
f613b3c7b5
@ -16,7 +16,7 @@
|
||||
#![warn(clippy::string_lit_as_bytes)]
|
||||
#![warn(clippy::use_self)]
|
||||
#![warn(clippy::useless_let_if_seq)]
|
||||
#![allow(clippy::clippy::doc_markdown)]
|
||||
#![allow(clippy::doc_markdown)]
|
||||
|
||||
// crate renames to allow the feature name "tokio" and "async-std" (as features
|
||||
// can't directly conflict with dependency names)
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
#![warn(clippy::string_lit_as_bytes)]
|
||||
#![warn(clippy::use_self)]
|
||||
#![warn(clippy::useless_let_if_seq)]
|
||||
#![allow(clippy::clippy::doc_markdown)]
|
||||
#![allow(clippy::doc_markdown)]
|
||||
|
||||
#[cfg(feature = "blocking")]
|
||||
pub use sqlx_core::{blocking, Blocking};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user