We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a41f8 commit a641b92Copy full SHA for a641b92
src/tools/tidy/src/main.rs
@@ -60,7 +60,7 @@ fn main() {
60
61
let handle = s.spawn(|| {
62
let mut flag = false;
63
- $p::check($($args),* , &mut flag);
+ $p::check($($args, )* &mut flag);
64
if (flag) {
65
bad.store(true, Ordering::Relaxed);
66
}
0 commit comments