Skip to content

Commit f4d0f63

Browse files
m-ou-secalebcartwright
authored andcommitted
Fix expected macro formatting test output.
1 parent 0973d8b commit f4d0f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/target/macro_rules.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ macro_rules! m [
172172
];
173173

174174
// #2470
175-
macro foo($type_name: ident, $docs: expr) {
175+
macro foo($type_name:ident, $docs:expr) {
176176
#[allow(non_camel_case_types)]
177177
#[doc=$docs]
178178
#[derive(Debug, Clone, Copy)]

0 commit comments

Comments
 (0)