mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 05:37:58 +00:00
Benchmark macro: Allow multiple bounds in where (#8116)
This commit is contained in:
@@ -138,7 +138,8 @@ mod benchmarks {
|
||||
crate::benchmarks!{
|
||||
where_clause {
|
||||
where
|
||||
<T as pallet_test::OtherConfig>::OtherEvent: Into<<T as pallet_test::Config>::Event>
|
||||
<T as pallet_test::OtherConfig>::OtherEvent: Into<<T as pallet_test::Config>::Event> + Clone,
|
||||
<T as pallet_test::Config>::Event: Clone,
|
||||
}
|
||||
|
||||
set_value {
|
||||
|
||||
Reference in New Issue
Block a user