Simplify macro rendering, remove constructor structs

This commit is contained in:
Lukas Wirth 2021-12-21 15:20:15 +01:00
parent 2b60d80eaf
commit 97f7865c56
3 changed files with 88 additions and 86 deletions

View file

@ -129,7 +129,7 @@ struct Bar;
"#,
expect![[r#"
st Foo
ma foo! macro_rules! foo_
ma foo macro_rules! foo_
"#]],
);
}