tikv / pprof-rs

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

fix clippy error #52

Closed YangKeao closed 3 years ago

YangKeao commented 3 years ago

As the cargo clippy updates, some of new errors are reported. I will fix them in this PR to stop it from blocking other PRs.