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

ignore prost mod and fix clippy warning #160

Closed YangKeao closed 2 years ago

YangKeao commented 2 years ago

Signed-off-by: YangKeao yangkeao@chunibyo.icu

  1. I fix the clippy warning according to the instruction
  2. Allow all clippy warning in the prost mod.
YangKeao commented 2 years ago

/merge