bheisler / criterion.rs

Statistics-driven benchmarking library for Rust
Apache License 2.0
4.43k stars 298 forks source link

serde: Use derives via feature, no more macro_use. #790

Closed waywardmonkeys closed 1 month ago

waywardmonkeys commented 1 month ago

We no longer need #[macro_use] extern crate serde_derive; as we can just use the macros like normal in Rust 2018 and later.