Skip to content

Commit 1d9e802

Browse files
chipshortmergify[bot]
authored andcommitted
Specify abort warning
(cherry picked from commit 3cb2841)
1 parent 086c06e commit 1d9e802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ pub use crate::types::{BlockInfo, ContractInfo, Env, MessageInfo, MigrateInfo, T
120120

121121
#[cfg(feature = "abort")]
122122
mod _warning {
123-
#[must_use = "cosmwasm-std feature `abort` is deprecated and will be removed in the next release. You can just remove the feature as this functionality is now the default"]
123+
#[must_use = "cosmwasm-std feature `abort` is deprecated and will be removed in the next major release. You can just remove the feature as this functionality is now the default"]
124124
struct CompileWarning;
125125

126126
#[allow(dead_code)]

0 commit comments

Comments
 (0)