sentry-cli icon indicating copy to clipboard operation
sentry-cli copied to clipboard

Fix new clippy lints

Open Swatinem opened this issue 1 year ago • 0 comments

Looks like the newer compiler version is more aggressive detecting dead code, and flags a bunch of fields/functions as unused. Some of those are behind feature flags, others might legitimately be unused. However, I just used an allow to quickly unblock other PRs that are failing because of these lints without digging deeper.

Also ran a cargo update for good measure, but not bumping any semver-major dependency versions.

Swatinem avatar Jul 03 '24 09:07 Swatinem