Skip to content

Commit a2161d2

Browse files
committed
Remove unused marker
1 parent b016b3e commit a2161d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/types/src/test_helpers.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ pub fn create_contract<R: Rng>(
7272
(tx, contract_id)
7373
}
7474

75-
#[allow(unused)]
7675
fn arb_txs() -> impl Strategy<Value = Vec<Transaction>> {
7776
prop::collection::vec(arb_transaction(), 0..10)
7877
}

0 commit comments

Comments
 (0)