Closed tynril closed 7 years ago
The use of literal pattern matching on floating points has been deprecated. It currently produces a warning, but will eventually cause a compilation error.
See: https://github.com/rust-lang/rust/issues/41620
Thanks!
The use of literal pattern matching on floating points has been deprecated. It currently produces a warning, but will eventually cause a compilation error.
See: https://github.com/rust-lang/rust/issues/41620