solana-with-rpc-optimizations/cli
Illia Bobyr dabcc39819
cli: Move `allow(clippy::arithmetic_side_effects)` into modules (#758)
The rest of the codebase has `clippy::arithmetic_side_effects` enabled.
While CLI is not as critical as the rest of the validator code base, it
seems nice to be precise about the arithmetic operations, and clippy
helps with that if `arithmetic_side_effects` is enabled.

A blanket disable at the module level is suboptimal.  As we have a lot
of operations already written, that generate warnings under
`arithmetic_side_effects`, the first step is to move the lint control
into individual modules, that we can then inspect one by one.
2024-04-11 22:01:53 -07:00
..
src cli: Move `allow(clippy::arithmetic_side_effects)` into modules (#758) 2024-04-11 22:01:53 -07:00
tests cli tests: correct program data account test check (#660) 2024-04-08 14:52:52 -05:00
.gitignore
Cargo.toml Add `--with-compute-unit-price` to cli program deploy commands (#364) 2024-03-22 16:48:52 +00:00