awelkie / RustFFT

A mixed-radix FFT library written in pure Rust
Apache License 2.0
189 stars 18 forks source link

Add explicit `dyn` to trait objects to remove deprecation warnings #53

Closed lrbalt closed 4 years ago

lrbalt commented 4 years ago

this patch adds dyn keyword to remove the deprecation warnings

ejmahler commented 4 years ago

The dyn keyword was added in rustc 1.27, but this library supports rustc 1.26, so we can't use it. I really appreciate you taking the effort, but I have to close this in favor of #55. I'll actually go through with closing it when the new version is published to crates.io

ejmahler commented 4 years ago

Fixed in rustfft 3.0.2