Fix expected macro formatting test output.

This commit is contained in:
Mara Bos 2021-01-01 23:57:19 +01:00 committed by Caleb Cartwright
parent 5bb17a0d36
commit b623eb324c

View File

@ -172,7 +172,7 @@ macro_rules! m [
];
// #2470
macro foo($type_name: ident, $docs: expr) {
macro foo($type_name:ident, $docs:expr) {
#[allow(non_camel_case_types)]
#[doc=$docs]
#[derive(Debug, Clone, Copy)]