Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nbayindirli committed Jan 31, 2025
1 parent 2fa81e7 commit a659e6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/stellar-axelar-std-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ proc-macro = true
[dependencies]
heck = "0.5"
itertools = "0.14"
prettyplease = "0.2"
proc-macro2 = { workspace = true }
quote = { version = "1.0", default-features = false }
syn = { version = "2.0", features = ["full", "extra-traits"] }

[dev-dependencies]
goldie = { workspace = true }
prettyplease = "0.2"

[lints]
workspace = true
1 change: 0 additions & 1 deletion packages/stellar-axelar-std-derive/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ pub fn contractstorage(input: &DeriveInput) -> TokenStream {
/// #[value(Address)]
/// Users { user: Address }, // Named variant (one or more fields)
/// }
/// ```
///
/// /* Generated */
/// #[contracttype]
Expand Down

0 comments on commit a659e6f

Please sign in to comment.