Skip to content

Commit

Permalink
chore: remove macro_rules semicolon (#3381)
Browse files Browse the repository at this point in the history
fix build warning
  • Loading branch information
baoyachi committed Jan 6, 2021
1 parent 3549092 commit e42317b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-util/src/time/wheel/level.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl<T: Stack> Level<T> {
() => {
T::default()
};
};
}

Level {
level,
Expand Down

0 comments on commit e42317b

Please sign in to comment.