Skip to content

Commit 923902b

Browse files
committed
Purposefully introduce warning behind cfg flag
1 parent ad959c8 commit 923902b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/query/query_response.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ use serde::de::DeserializeOwned;
1515
/// - multi-test/cw-sdk: create a default instance and mutate the fields
1616
///
1717
/// This trait is crate-internal and can change any time.
18-
#[allow(dead_code)] // This is used to statically ensure all the types have a shared set of traits
18+
//#[allow(dead_code)] // This is used to statically ensure all the types have a shared set of traits
1919
pub(crate) trait QueryResponseType: DeserializeOwned + Debug + PartialEq + Clone {}

0 commit comments

Comments
 (0)