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 b016b3e commit a2161d2Copy full SHA for a2161d2
crates/types/src/test_helpers.rs
@@ -72,7 +72,6 @@ pub fn create_contract<R: Rng>(
72
(tx, contract_id)
73
}
74
75
-#[allow(unused)]
76
fn arb_txs() -> impl Strategy<Value = Vec<Transaction>> {
77
prop::collection::vec(arb_transaction(), 0..10)
78
0 commit comments