mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-23 10:38:57 +00:00
chore(mysql): deny bad-cast lints
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user