tikv / pprof-rs

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

chore: Fix clippy errors #224

Closed alamb closed 9 months ago

alamb commented 9 months ago

Rationale

When I ran clippy with the latest Rust release there were a few errors it flagged.

Changes

Fix the clippy errors

YangKeao commented 9 months ago

CI error because we need to bump the MSRV. See: https://github.com/tikv/pprof-rs/pull/225

YangKeao commented 9 months ago

Please rebase the master. Then it should pass the CI 🍻

alamb commented 9 months ago

Please rebase the master. Then it should pass the CI 🍻

Done!

alamb commented 9 months ago

Thank you @YangKeao 🙏