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 lints in clippy 1.71 #1330

Merged
merged 1 commit into from
Jul 14, 2023
Merged

Fix lints in clippy 1.71 #1330

merged 1 commit into from
Jul 14, 2023

Conversation

mzabaluev
Copy link
Contributor

No description provided.

@mzabaluev mzabaluev added the code-quality Issues relating to linting configuration and general code quality label Jul 14, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #1330 (0cd517e) into main (9854a66) will decrease coverage by 0.1%.
The diff coverage is 70.0%.

❗ Current head 0cd517e differs from pull request most recent head 0412efc. Consider uploading reports for the commit 0412efc to get more accurate results

@@           Coverage Diff           @@
##            main   #1330     +/-   ##
=======================================
- Coverage   59.7%   59.7%   -0.1%     
=======================================
  Files        283     283             
  Lines      26903   26909      +6     
=======================================
+ Hits       16087   16089      +2     
- Misses     10816   10820      +4     
Impacted Files Coverage Δ
rpc/src/client/transport/http.rs 20.0% <0.0%> (-0.3%) ⬇️
rpc/src/client/transport/websocket.rs 64.2% <0.0%> (-0.3%) ⬇️
tendermint/src/time.rs 95.7% <ø> (ø)
abci/tests/echo_app.rs 100.0% <100.0%> (ø)
light-client-verifier/src/predicates.rs 97.2% <100.0%> (ø)
testgen/src/tester.rs 68.7% <100.0%> (ø)

... and 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@romac romac changed the title Fix lints in clippy 0.1.71 Fix lints in clippy 1.71 Jul 14, 2023
@mzabaluev mzabaluev merged commit c721b36 into main Jul 14, 2023
@mzabaluev mzabaluev deleted the mikhail/clippy-fixes-1.71 branch July 14, 2023 23:29
@mzabaluev
Copy link
Contributor Author

... Technically, the clippy version is 0.1.71 🤓

mzabaluev added a commit that referenced this pull request Jul 17, 2023
mzabaluev added a commit that referenced this pull request Jul 17, 2023
* rpc: use compat mode in latest_block_results() (#1326)

Just like with the block_results method, the response needs to be
parsed varyingly with the RPC dialect.

* Fix lints in clippy 0.1.71 (#1330)

* tendermint: fix doc links problems in hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-quality Issues relating to linting configuration and general code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants