From 9e28aeb92ff898521547bddf933e8c22b678d005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wo=C5=BAniak?= Date: Wed, 9 Oct 2024 18:22:22 +0200 Subject: [PATCH] chore: Add comment with more context about ContractStorage --- sylvia/tests/remote.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sylvia/tests/remote.rs b/sylvia/tests/remote.rs index a5821488..f7468e66 100644 --- a/sylvia/tests/remote.rs +++ b/sylvia/tests/remote.rs @@ -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 {