tikv / pprof-rs

A Rust CPU profiler implemented with the help of backtrace-rs
Apache License 2.0
1.32k stars 105 forks source link

Report does not implement Display #60

Closed shepmaster closed 3 years ago

shepmaster commented 3 years ago

https://github.com/tikv/pprof-rs/blob/6e67b561f2cd86657d73ee1ab1caa4f69899c517/README.md#L26

This was apparently removed in https://github.com/tikv/pprof-rs/commit/e870c110d233dc2a7a686958db2d02ee4a511d3e

YangKeao commented 3 years ago

Oh! It's a shame.

I will add a Display to it and add a semver CI check to avoid similar problem :man_facepalming: .

YangKeao commented 3 years ago

Fixed in v0.3.22