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 [zk-token-sdk] use canonical decoding for scalars (#28870) 2022-11-18 15:11:06 +09:00
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 fix: replace rust cfg annotations that use bpf by target_os solana 2022-05-18 20:39:43 -07:00
macros.rs [zk-token-sdk] reorganize errors (#29005) 2022-12-01 20:29:14 +09:00
transcript.rs [zk-token-sdk] add pubkey proof (#28392) 2022-10-14 20:15:20 +09:00
zk_token_proof_instruction.rs [zk-token-sdk] add pubkey proof (#28392) 2022-10-14 20:15:20 +09:00
zk_token_proof_program.rs Rename crypto crate to sdk 2022-01-05 08:51:18 -08:00