Skip to content

Commit

Permalink
fix: Problems while running on Rust 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilMihaylov committed Jan 15, 2024
1 parent b9e905a commit a11b37c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions market-data-feeder/src/price.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ impl FromStr for Ratio {
})
})
}
// TODO Remove on 1.75
_ => unreachable!(),
}
}
}
Expand Down

0 comments on commit a11b37c

Please sign in to comment.