We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c94866 commit b69c2ccCopy full SHA for b69c2cc
packages/std/src/testing/mock.rs
@@ -468,7 +468,7 @@ pub struct Envs {
468
/// assert_eq!(env.block.chain_id, "megachain");
469
/// assert_eq!(env.contract.address.as_str(), "mega1jpev2csrppg792t22rn8z8uew8h3sjcpglcd0qv9g8gj8ky922ts7vnj8h");
470
/// ```
471
-#[derive(Clone)]
+#[derive(Clone, Debug)]
472
#[non_exhaustive]
473
pub struct EnvsOptions {
474
pub bech32_prefix: &'static str, /* static due to MockApi's Copy requirement. No better idea for now. */
0 commit comments