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.
1 parent 7323820 commit 7ec50d7Copy full SHA for 7ec50d7
sqlx-core/src/lib.rs
@@ -3,7 +3,12 @@
3
#![recursion_limit = "512"]
4
#![warn(future_incompatible, rust_2018_idioms)]
5
#![allow(clippy::needless_doctest_main, clippy::type_complexity, dead_code)]
6
-#![deny(cast_possible_truncation, cast_possible_wrap, cast_precision_loss, cast_sign_loss)]
+#![deny(
7
+ cast_possible_truncation,
8
+ cast_possible_wrap,
9
+ cast_precision_loss,
10
+ cast_sign_loss
11
+)]
12
// See `clippy.toml` at the workspace root
13
#![deny(clippy::disallowed_methods)]
14
//
0 commit comments