mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Fixed missing newline on each field on "Missing structure fields".
This commit is contained in:
parent
94889b6472
commit
c011f04f55
2 changed files with 3 additions and 3 deletions
|
@ -664,7 +664,7 @@ mod tests {
|
|||
assert_debug_snapshot!(diagnostics, @r###"
|
||||
[
|
||||
Diagnostic {
|
||||
message: "Missing structure fields:\n- b",
|
||||
message: "Missing structure fields:\n- b\n",
|
||||
range: 224..233,
|
||||
severity: Error,
|
||||
fix: Some(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue