mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Formatting
This commit is contained in:
parent
d6e6a98c03
commit
6d68d60d32
1 changed files with 0 additions and 1 deletions
|
@ -942,7 +942,6 @@ pub struct MacroDef {
|
||||||
pub(crate) id: MacroDefId,
|
pub(crate) id: MacroDefId,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
pub enum Container {
|
pub enum Container {
|
||||||
Trait(Trait),
|
Trait(Trait),
|
||||||
ImplBlock(ImplBlock),
|
ImplBlock(ImplBlock),
|
||||||
|
|
Loading…
Reference in a new issue