tikv / pprof-rs

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

Improve prost file style #175

Closed zhaixiaojuan closed 1 year ago

zhaixiaojuan commented 1 year ago

Signed-off-by: zhaixiaojuan zhaixiaojuan@loongson.cn

zhaixiaojuan commented 1 year ago

I am not sure whether it is appropriate to do this. When submitting the PR, I found that an error was reported when executing the "cargo clippy --all-targets --features flamegraph,prost-codec -- -D warnings", so I modified the format of this file to adapt to the latest code style

YangKeao commented 1 year ago

Thanks for your contribution. This problem seems to have blocked many PRs.