mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-31 15:39:34 +00:00
fix: tests in sqlx-postgres
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
#![allow(clippy::needless_doctest_main, clippy::type_complexity)]
|
||||
// See `clippy.toml` at the workspace root
|
||||
#![deny(clippy::disallowed_methods)]
|
||||
#![deny(clippy::cast_possible_truncation)]
|
||||
#![deny(clippy::cast_possible_wrap)]
|
||||
// The only unsafe code in SQLx is that necessary to interact with native APIs like with SQLite,
|
||||
// and that can live in its own separate driver crate.
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
Reference in New Issue
Block a user