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 warnings in rpc-probe #1076

Merged
merged 1 commit into from
Jan 12, 2022
Merged

Conversation

thanethomson
Copy link
Contributor

Minor tweak to remove/use private fields in the rpc-probe's PlanConfig struct.

Signed-off-by: Thane Thomson <connect@thanethomson.com>
@codecov-commenter
Copy link

Codecov Report

Merging #1076 (e2b7c40) into master (b52a5af) will increase coverage by 0.0%.
The diff coverage is n/a.

❗ Current head e2b7c40 differs from pull request most recent head 6f713f3. Consider uploading reports for the commit 6f713f3 to get more accurate results
Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1076   +/-   ##
======================================
  Coverage    64.6%   64.6%           
======================================
  Files         238     238           
  Lines       20571   20571           
======================================
+ Hits        13301   13309    +8     
+ Misses       7270    7262    -8     
Impacted Files Coverage Δ
tendermint/src/node.rs 63.5% <0.0%> (-0.2%) ⬇️
testgen/src/header.rs 79.3% <0.0%> (+0.6%) ⬆️
testgen/src/validator.rs 87.5% <0.0%> (+0.7%) ⬆️
light-client-verifier/src/types.rs 38.8% <0.0%> (+0.8%) ⬆️
testgen/src/vote.rs 85.7% <0.0%> (+1.6%) ⬆️
tendermint/src/block/commit_sig.rs 80.3% <0.0%> (+1.9%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b52a5af...6f713f3. Read the comment docs.

@thanethomson thanethomson merged commit 9844e17 into master Jan 12, 2022
@thanethomson thanethomson deleted the thane/clippy-warnings branch January 12, 2022 23:14
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.

2 participants