mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Simplify macro rendering, remove constructor structs
This commit is contained in:
parent
2b60d80eaf
commit
97f7865c56
3 changed files with 88 additions and 86 deletions
|
@ -129,7 +129,7 @@ struct Bar;
|
|||
"#,
|
||||
expect![[r#"
|
||||
st Foo
|
||||
ma foo! macro_rules! foo_
|
||||
ma foo macro_rules! foo_
|
||||
"#]],
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue