Skip to content

Commit 39b6bcf

Browse files
committed
Remove unused env from coins example code
1 parent 55c5e8c commit 39b6bcf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/std/src/coin.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ pub fn coins(amount: u128, denom: impl Into<String>) -> Vec<Coin> {
8484
///
8585
/// ```
8686
/// # use cosmwasm_std::{coin, BankMsg, CosmosMsg, Response, SubMsg};
87-
/// # use cosmwasm_std::testing::{mock_env, mock_info};
88-
/// # let env = mock_env();
8987
/// # let recipient = "blub".to_string();
9088
/// let tip = vec![
9189
/// coin(123, "ucosm"),

0 commit comments

Comments
 (0)