Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Aug 16, 2024
1 parent 7323820 commit 7ec50d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sqlx-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
#![recursion_limit = "512"]
#![warn(future_incompatible, rust_2018_idioms)]
#![allow(clippy::needless_doctest_main, clippy::type_complexity, dead_code)]
#![deny(cast_possible_truncation, cast_possible_wrap, cast_precision_loss, cast_sign_loss)]
#![deny(
cast_possible_truncation,

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, async-std, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, async-std, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, async-std, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, async-std, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, tokio, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, tokio, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, tokio, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, tokio, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, tokio, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, actix, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, actix, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, actix, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, actix, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, actix, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, async-std, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_3, async-std, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, native-tls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, async-std, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, rustls)

unknown lint: `cast_possible_truncation`

Check warning on line 7 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, tokio, native-tls)

unknown lint: `cast_possible_truncation`
cast_possible_wrap,

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, async-std, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, async-std, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, async-std, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, async-std, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, tokio, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, tokio, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, tokio, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, tokio, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, tokio, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, tokio, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, tokio, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, tokio, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, actix, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, actix, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, actix, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, actix, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, actix, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, actix, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, actix, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, actix, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_3, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_3, async-std, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, async-std, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, async-std, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, rustls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, tokio, native-tls)

unknown lint: `cast_possible_wrap`

Check warning on line 8 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, tokio, native-tls)

unknown lint: `cast_possible_wrap`
cast_precision_loss,

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, async-std, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, async-std, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, async-std, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, async-std, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, tokio, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, tokio, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, tokio, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, tokio, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, tokio, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, tokio, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, tokio, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, tokio, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, actix, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, actix, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, actix, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, actix, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, actix, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, actix, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, actix, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, actix, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_3, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_3, async-std, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, async-std, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, async-std, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, rustls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, tokio, native-tls)

unknown lint: `cast_precision_loss`

Check warning on line 9 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, tokio, native-tls)

unknown lint: `cast_precision_loss`
cast_sign_loss

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, async-std, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, async-std, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, async-std, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, tokio, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, async-std, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, async-std, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, tokio, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, tokio, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, async-std, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, tokio, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, tokio, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, tokio, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, tokio, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (14, actix, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, tokio, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, tokio, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, actix, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, actix, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, tokio, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, actix, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, actix, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, actix, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2019, actix, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, async-std, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, actix, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_6, actix, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_3, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MariaDB (10_3, async-std, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, async-std, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, async-std, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / Postgres (10, tokio, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MySQL (8, actix, rustls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, tokio, native-tls)

unknown lint: `cast_sign_loss`

Check warning on line 10 in sqlx-core/src/lib.rs

View workflow job for this annotation

GitHub Actions / MSSQL (2022, tokio, native-tls)

unknown lint: `cast_sign_loss`
)]
// See `clippy.toml` at the workspace root
#![deny(clippy::disallowed_methods)]
//
Expand Down

0 comments on commit 7ec50d7

Please sign in to comment.