Skip to content

Commit

Permalink
Merge pull request #2132 from CosmWasm/chipshort/exclude-state-versio…
Browse files Browse the repository at this point in the history
…n-test

Exclude `#[state_version]` doc-test
  • Loading branch information
chipshort committed Apr 26, 2024
2 parents 36635db + 5fb146f commit 7d067a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl Parse for Options {
///
/// The VM will use this as a hint whether it needs to run the migrate function of your contract or not.
///
/// ```
/// ```no_run
/// # use cosmwasm_std::{
/// # DepsMut, entry_point, Env,
/// # Response, StdResult,
Expand Down

0 comments on commit 7d067a1

Please sign in to comment.