Make impl_outer_event! aware of required generic parameters (#729)

This commit is contained in:
Bastian Köcher
2018-09-12 19:12:28 +02:00
committed by Gav Wood
parent a813d54965
commit 5bd0ecddd2
5 changed files with 116 additions and 22 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ mod tests {
impl_outer_event!{
pub enum MetaEvent for Runtime {
balances
balances<T>,
}
}