mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Remove possible multiline details in completions
This commit is contained in:
parent
3e4ac8a2c9
commit
0c98a01b3e
10 changed files with 81 additions and 63 deletions
|
@ -433,7 +433,7 @@ fn main() { Foo::Fo$0 }
|
|||
kind: SymbolKind(
|
||||
Variant,
|
||||
),
|
||||
detail: "{ x: i32, y: i32 }",
|
||||
detail: "{x: i32, y: i32}",
|
||||
},
|
||||
]
|
||||
"#]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue