fix: add deposit fee and audit fixes #60
semantic-pr.yml
on: pull_request_target
Validate PR title
3s
Annotations
1 warning
[clippy] programs/protocol-contracts-solana/src/lib.rs#L539:
programs/protocol-contracts-solana/src/lib.rs#L539
warning: unexpected `cfg` condition value: `anchor-debug`
--> programs/protocol-contracts-solana/src/lib.rs:539:10
|
539 | #[derive(Accounts)]
| ^^^^^^^^
|
= note: expected values for `feature` are: `cpi`, `default`, `idl-build`, `no-entrypoint`, `no-idl`, and `no-log-ix-name`
= help: consider adding `anchor-debug` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
|