Skip to content

Commit

Permalink
Remove erroneous stringify.
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberkilo committed Oct 19, 2021
1 parent 5f454ef commit 4aad3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/csv/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ mod tests {
}
_ => panic!(
"Unexpected failure converting {} to local datetime",
stringify! { naive_datetime }
naive_datetime
),
};
let utc_offset_nanos = utc_offset_secs * 1_000_000_000;
Expand Down

0 comments on commit 4aad3dc

Please sign in to comment.