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
+2 -1
View File
@@ -200,7 +200,8 @@ mod tests {
impl_outer_event! {
pub enum TestEvent for TestRuntime {
event_module, event_module2
event_module<T>,
event_module2<T>,
}
}