Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Aug 23, 2024
1 parent b6bb500 commit fad6b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diesel/src/sqlite/connection/row.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ mod tests {

#[test]
#[cfg(feature = "returning_clauses_for_sqlite_3_35")]
#[allow(clippy::cast_sign_loss)]
fn parallel_iter_with_error() {
use crate::connection::Connection;
use crate::connection::LoadConnection;
Expand Down

0 comments on commit fad6b6d

Please sign in to comment.