solana/zk-token-sdk/src
Illia Bobyr 23531fc659
ledger: Remove `clippy::wrong_self_convention` (#29916)
Clippy does not seem to be complaining anymore.

It looks like this rule is now only applied to `as_` methods that take `&self`
or `&mut self` as the first argument:

  a9c251f11d/clippy_lints/src/methods/wrong_self_convention.rs (L14)

For `Copy` types, `to_` rule is applied only when the method takes `self` as the
first argument:

  a9c251f11d/clippy_lints/src/methods/wrong_self_convention.rs (L25)

Enforcement is here:

  a9c251f11d/clippy_lints/src/methods/wrong_self_convention.rs (L106)
2023-01-26 15:12:35 -08:00
..
curve25519
encryption ledger: Remove `clippy::wrong_self_convention` (#29916) 2023-01-26 15:12:35 -08:00
instruction [zk-token-sdk] reorganize errors (#29005) 2022-12-01 20:29:14 +09:00
range_proof fixes errors from clippy::redundant_clone (#29536) 2023-01-05 18:42:19 +00:00
sigma_proofs [zk-token-sdk] reorganize errors (#29005) 2022-12-01 20:29:14 +09:00
zk_token_elgamal [zk-token-sdk] reorganize errors (#29005) 2022-12-01 20:29:14 +09:00
errors.rs [zk-token-sdk] reorganize errors (#29005) 2022-12-01 20:29:14 +09:00
lib.rs
macros.rs [zk-token-sdk] reorganize errors (#29005) 2022-12-01 20:29:14 +09:00
transcript.rs
zk_token_proof_instruction.rs
zk_token_proof_program.rs