llogiq / flame

An intrusive flamegraph profiling tool for rust.
Apache License 2.0
694 stars 30 forks source link

Add `cfg(feature = "json")` to `extern crate serde_derive` #27

Closed seventh-chord closed 6 years ago

seventh-chord commented 6 years ago

I noticed that the crate would not compile with default-features = false. Not really much else to this

TyOverby commented 6 years ago

Thanks!