We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad959c8 commit 923902bCopy full SHA for 923902b
packages/std/src/query/query_response.rs
@@ -15,5 +15,5 @@ use serde::de::DeserializeOwned;
15
/// - multi-test/cw-sdk: create a default instance and mutate the fields
16
///
17
/// 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
+//#[allow(dead_code)] // This is used to statically ensure all the types have a shared set of traits
19
pub(crate) trait QueryResponseType: DeserializeOwned + Debug + PartialEq + Clone {}
0 commit comments