mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 04:28:00 +00:00
99e4ee3ab8
- Renamed all subxt crates to pezkuwi-subxt - Updated internal references - Configured for Pezkuwi ecosystem
4 lines
189 B
TOML
4 lines
189 B
TOML
# result_large_err lint complains if error variant is 128 bytes or more by default.
|
|
# Our error is. Let's up this limit a bit for now to avoid lots of warnings.
|
|
large-error-threshold = 512
|