mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-26 18:53:32 +00:00
chore(mysql): deny bad-cast lints
This commit is contained in:
parent
1f3db8201d
commit
e99f0fa5b6
@ -1,4 +1,7 @@
|
||||
//! **MySQL** database driver.
|
||||
#![deny(clippy::cast_possible_truncation)]
|
||||
#![deny(clippy::cast_possible_wrap)]
|
||||
#![deny(clippy::cast_sign_loss)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate sqlx_core;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user