chore: remove macro_rules semicolon (#3381)

fix build warning
This commit is contained in:
Rust大闸蟹 2021-01-06 14:46:37 +08:00 committed by GitHub
parent 3549092a0c
commit e42317b072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ impl<T: Stack> Level<T> {
() => {
T::default()
};
};
}
Level {
level,