wormhole/solana/solitaire
Csongor Kiss f60acc59ab
solitaire: Infer entry point argument type in solitaire! macro (#927)
The type of the `ix_data` binding withing the solitaire! macro expansion
is explicitly annotated with its type, which comes from the macro's
pattern binding `$kind`. However, this type annotation is entirely
optional, since `ix_data` is passed in as an argument to `$fn`, whose
type forecs `ix_data` anyway, and rust will happily infer that from the
application. So we remove the explicit annotation which makes the entry
point macro easier to use.

commit-id:d428306c
2022-03-16 18:25:41 +00:00
..
client [WIP] Pr/drozdziak1/p2w batching/5e704f8b (#877) 2022-02-23 19:12:16 +01:00
program solitaire: Infer entry point argument type in solitaire! macro (#927) 2022-03-16 18:25:41 +00:00
rocksalt Update Solana to 1.9.4 2022-02-02 11:31:33 -05:00
Cargo.lock Update rust dependencies 2021-08-23 09:39:36 +02:00
Cargo.toml Restructure workspace 2021-06-21 10:24:52 +02:00
rustfmt.toml Restructure workspace 2021-06-21 10:24:52 +02:00