You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo-expand is already used for the `anchor expand` subcommand.
In contrast to using `cargo +nightly rustc --profile=check --
-Zunpretty=expanded`, it works without problems in all of our
Anchor programs.
The code for using cargo-expand used to be a part of anchor-cli
crate, but since we had to use it in anchor-syn, this change moves
it to a separate crate.
Create a
dex
module analogous to https://github.com/project-serum/anchor/blob/master/spl/src/token.rs in theanchor_spl
crate.The text was updated successfully, but these errors were encountered: