Skip to content

feat: withdraw_spl_token: create recipient ATA account if non-existent #37

feat: withdraw_spl_token: create recipient ATA account if non-existent

feat: withdraw_spl_token: create recipient ATA account if non-existent #37

GitHub Actions / clippy failed Oct 11, 2024 in 0s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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__