@@ -1214,9 +1214,7 @@ impl<'config, 'precompiles, S: StackState<'config>, P: PrecompileSet> StackExecu
12141214pub struct StackExecutorCallInterrupt < ' borrow > ( TaggedRuntime < ' borrow > ) ;
12151215pub struct StackExecutorCreateInterrupt < ' borrow > ( TaggedRuntime < ' borrow > ) ;
12161216
1217- impl < ' config , ' precompiles , S : StackState < ' config > , P : PrecompileSet > Handler
1218- for StackExecutor < ' config , ' precompiles , S , P >
1219- {
1217+ impl < ' config , S : StackState < ' config > , P : PrecompileSet > Handler for StackExecutor < ' config , ' _ , S , P > {
12201218 type CreateInterrupt = StackExecutorCreateInterrupt < ' static > ;
12211219 type CreateFeedback = Infallible ;
12221220 type CallInterrupt = StackExecutorCallInterrupt < ' static > ;
@@ -1521,8 +1519,8 @@ pub struct StackExecutorHandle<'inner, 'config, 'precompiles, S, P> {
15211519 is_static : bool ,
15221520}
15231521
1524- impl < ' inner , ' config , ' precompiles , S : StackState < ' config > , P : PrecompileSet > PrecompileHandle
1525- for StackExecutorHandle < ' inner , ' config , ' precompiles , S , P >
1522+ impl < ' config , S : StackState < ' config > , P : PrecompileSet > PrecompileHandle
1523+ for StackExecutorHandle < ' _ , ' config , ' _ , S , P >
15261524{
15271525 // Perform subcall in provided context.
15281526 /// Precompile specifies in which context the subcall is executed.
0 commit comments