Skip to content

Commit

Permalink
Revert "temp workaround for rust-lang/rust#60363"
Browse files Browse the repository at this point in the history
This reverts commit 1508074.
  • Loading branch information
alecmocatta committed Jun 20, 2020
1 parent ef5af91 commit 5dd9081
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion amadeus-aws/src/cloudfront.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ pub struct CloudfrontRow {
pub fle_encrypted_fields: Option<String>,
}
impl CloudfrontRow {
#[inline(always)]
fn from_line(line: &str) -> Self {
let mut values = line.split('\t');
let date = values.next().unwrap();
Expand Down
1 change: 0 additions & 1 deletion amadeus-parquet/src/internal/record/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,6 @@ impl ParquetData for Time {
}
}

#[inline(always)]
fn date_time_from_parquet(date_time: Sum3<Int96, i64, i64>) -> Result<DateTime> {
match date_time {
Sum3::A(date_time) => {
Expand Down

0 comments on commit 5dd9081

Please sign in to comment.