Skip to content

Commit

Permalink
chore: Add comment with more context about ContractStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
jawoznia committed Oct 11, 2024
1 parent 1b6c573 commit 6fb6049
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sylvia/tests/remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ pub mod unsigned_contract {
}
}

// Making sure `Remote` can be stored in `#[cw_serde]` types
// Making sure `Remote` can be stored in `#[cw_serde]` types.
// This is intentionally a dead code.
// https://github.com/CosmWasm/sylvia/issues/181
#[cw_serde]
#[allow(dead_code)]
pub struct ContractStorage<Contract> {
Expand Down

0 comments on commit 6fb6049

Please sign in to comment.