wormhole-foundation / example-liquidity-layer

Apache License 2.0
11 stars 11 forks source link

solana: add clippy rules #80

Closed a5-pickle closed 5 months ago

a5-pickle commented 5 months ago

Not adding the following:

unwrap_used = "deny"

There is a lot of unwrapping, which will need to be documented in another PR. We may go with documenting this behavior instead of enabling this clippy rule.