Skip to content

Commit 7ec50d7

Browse files
committed
fmt
1 parent 7323820 commit 7ec50d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sqlx-core/src/lib.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
#![recursion_limit = "512"]
44
#![warn(future_incompatible, rust_2018_idioms)]
55
#![allow(clippy::needless_doctest_main, clippy::type_complexity, dead_code)]
6-
#![deny(cast_possible_truncation, cast_possible_wrap, cast_precision_loss, cast_sign_loss)]
6+
#![deny(
7+
cast_possible_truncation,
8+
cast_possible_wrap,
9+
cast_precision_loss,
10+
cast_sign_loss
11+
)]
712
// See `clippy.toml` at the workspace root
813
#![deny(clippy::disallowed_methods)]
914
//

0 commit comments

Comments
 (0)