File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ mod tests {
80
80
{
81
81
}
82
82
83
- #[ allow( dead_code) ]
83
+ #[ allow( dead_code) ] // This is used to statically ensure all the integers have a shared set of traits
84
84
trait SignedImpl < ' a > : IntImpl < ' a > + Neg < Output = Self > { }
85
85
86
86
impl AllImpl < ' _ > for Uint64 { }
Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ use serde::de::DeserializeOwned;
15
15
/// - multi-test/cw-sdk: create a default instance and mutate the fields
16
16
///
17
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
18
19
pub ( crate ) trait QueryResponseType : DeserializeOwned + Debug + PartialEq + Clone { }
You can’t perform that action at this time.
0 commit comments