Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix clippy lints #114

Merged
merged 3 commits into from
Aug 24, 2022
Merged

Fix clippy lints #114

merged 3 commits into from
Aug 24, 2022

Conversation

msrd0
Copy link
Collaborator

@msrd0 msrd0 commented Aug 24, 2022

Description

  • Fix clippy lints
  • Pin clippy version to 1.63.0 to avoid PRs failing with unrelated warnings
  • Update our GitHub actions and ensure we don't use prerelease versions of tarpaulin
  • Bump MSRV to 1.56 for dependencies

Checklist

  • Formatted code using cargo fmt --all
  • Linted code using clippy
    • with reqwest feature: cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features use-serde,derive,reqwest-client -- -D warnings
    • with surf feature: cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features use-serde,derive,hyper-client -- -D warnings
  • Updated README.md using cargo readme -r influxdb -t ../README.tpl > README.md
  • Reviewed the diff. Did you leave any print statements or unnecessary comments?
  • Any unfinished work that warrants a separate issue captured in an issue with a TODO code comment

@Empty2k12 Empty2k12 merged commit e6326d8 into main Aug 24, 2022
@Empty2k12 Empty2k12 deleted the clippy branch August 24, 2022 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants