mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
chore(mysql): deny bad-cast lints
This commit is contained in:
parent
1f3db8201d
commit
e99f0fa5b6
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue