Skip to content

clippy: allow large result errors in rpc and storage-bigtable#11191

Open
kskalski wants to merge 2 commits intoanza-xyz:masterfrom
kskalski:ks/clippy_large_err
Open

clippy: allow large result errors in rpc and storage-bigtable#11191
kskalski wants to merge 2 commits intoanza-xyz:masterfrom
kskalski:ks/clippy_large_err

Conversation

@kskalski
Copy link

Problem

Clippy in Rust toolchain 1.94 reports clippy:result-large-err warning for some of the large errors in rpc and storage-bigtable code.

Summary of Changes

Mark the affected code with #[allow(clippy::result_large_err)]

@mergify
Copy link

mergify bot commented Mar 11, 2026

If this PR represents a change to the public RPC API:

  1. Make sure it includes a complementary update to rpc-client/ (example)
  2. Open a follow-up PR to update the JavaScript client @solana/kit (example)

Thank you for keeping the RPC clients in sync with the server API @kskalski.

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.1%. Comparing base (f1cf880) to head (10ce7c9).

Additional details and impacted files
@@            Coverage Diff            @@
##           master   #11191     +/-   ##
=========================================
- Coverage    83.1%    83.1%   -0.1%     
=========================================
  Files         837      837             
  Lines      317209   317209             
=========================================
- Hits       263711   263697     -14     
- Misses      53498    53512     +14     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kskalski kskalski marked this pull request as ready for review March 11, 2026 05:56
@kskalski kskalski requested a review from brooksprumo March 11, 2026 05:56
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