chore: remove macro_rules semicolon (#3381)

fix build warning
This commit is contained in:
Rust大闸蟹
2021-01-06 15:46:37 +09:00
committed by GitHub
parent 3549092a0c
commit e42317b072
+1 -1
View File
@@ -46,7 +46,7 @@ impl<T: Stack> Level<T> {
() => { () => {
T::default() T::default()
}; };
}; }
Level { Level {
level, level,