We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sqlx_postgres::types::cube
1 parent 13561cd commit 6599f1cCopy full SHA for 6599f1c
sqlx-postgres/src/lib.rs
@@ -1,6 +1,8 @@
1
//! **PostgreSQL** database driver.
2
+// https://github.com/launchbadge/sqlx/issues/3440
3
#![deny(clippy::cast_possible_truncation)]
4
#![deny(clippy::cast_possible_wrap)]
5
+#![deny(clippy::cast_sign_loss)]
6
7
#[macro_use]
8
extern crate sqlx_core;
0 commit comments