Skip to content

Commit

Permalink
Minor: fix clippy complaint in parquet_derive (#5984)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Jul 1, 2024
1 parent 8284e5f commit bb1250c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet_derive_test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ mod tests {
maybe_u64: Some(4563424),
isize: -365,
float: 3.5,
double: std::f64::NAN,
double: f64::NAN,
now: chrono::Utc::now().naive_local(),
date: chrono::naive::NaiveDate::from_ymd_opt(2015, 3, 14).unwrap(),
uuid: uuid::Uuid::new_v4(),
Expand Down

0 comments on commit bb1250c

Please sign in to comment.