Skip to content

Commit 7d067a1

Browse files
authored
Merge pull request #2132 from CosmWasm/chipshort/exclude-state-version-test
Exclude `#[state_version]` doc-test
2 parents 36635db + 5fb146f commit 7d067a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/derive/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ impl Parse for Options {
9898
///
9999
/// The VM will use this as a hint whether it needs to run the migrate function of your contract or not.
100100
///
101-
/// ```
101+
/// ```no_run
102102
/// # use cosmwasm_std::{
103103
/// # DepsMut, entry_point, Env,
104104
/// # Response, StdResult,

0 commit comments

Comments
 (0)