feat: withdraw_spl_token: create recipient ATA account if non-existent #37
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (2)
programs/protocol-contracts-solana/src/lib.rs|355 col 17| error[E0425]: cannot find value bal0
in this scope
--> programs/protocol-contracts-solana/src/lib.rs:355:17
|
355 | bal0 - bal1
| ^^^^ not found in this scope
programs/protocol-contracts-solana/src/lib.rs|355 col 24| error[E0425]: cannot find value bal1
in this scope
--> programs/protocol-contracts-solana/src/lib.rs:355:24
|
355 | bal0 - bal1
| ^^^^ not found in this scope
Filtered Findings (0)
Annotations
Check failure on line 355 in programs/protocol-contracts-solana/src/lib.rs
github-actions / clippy
[clippy] programs/protocol-contracts-solana/src/lib.rs#L355
error[E0425]: cannot find value `bal0` in this scope
--> programs/protocol-contracts-solana/src/lib.rs:355:17
|
355 | bal0 - bal1
| ^^^^ not found in this scope
Raw output
programs/protocol-contracts-solana/src/lib.rs:355:17:e:error[E0425]: cannot find value `bal0` in this scope
--> programs/protocol-contracts-solana/src/lib.rs:355:17
|
355 | bal0 - bal1
| ^^^^ not found in this scope
__END__
Check failure on line 355 in programs/protocol-contracts-solana/src/lib.rs
github-actions / clippy
[clippy] programs/protocol-contracts-solana/src/lib.rs#L355
error[E0425]: cannot find value `bal1` in this scope
--> programs/protocol-contracts-solana/src/lib.rs:355:24
|
355 | bal0 - bal1
| ^^^^ not found in this scope
Raw output
programs/protocol-contracts-solana/src/lib.rs:355:24:e:error[E0425]: cannot find value `bal1` in this scope
--> programs/protocol-contracts-solana/src/lib.rs:355:24
|
355 | bal0 - bal1
| ^^^^ not found in this scope
__END__