Skip to content

Commit 55ae8b4

Browse files
committed
added comment
1 parent 27a2ad4 commit 55ae8b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

substrate/frame/revive/src/precompiles.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ impl<P: BuiltinPrecompile> PrimitivePrecompile for P {
404404
}
405405
}
406406

407+
// The collision check is verified by a trybuild test in `ui-tests/src/ui/precompiles_ui.rs`.
407408
#[impl_trait_for_tuples::impl_for_tuples(20)]
408409
#[tuple_types_custom_trait_bound(PrimitivePrecompile<T=T>)]
409410
impl<T: Config> Precompiles<T> for Tuple {

0 commit comments

Comments
 (0)