Fix comment formatting errors for rust 1.69
This commit is contained in:
parent
32c57bcd22
commit
21bb13d309
1 changed files with 3 additions and 3 deletions
|
@ -4371,7 +4371,7 @@ async fn test_strip_whitespace_and_format_via_lsp(cx: &mut gpui::TestAppContext)
|
||||||
cx.set_state(
|
cx.set_state(
|
||||||
&[
|
&[
|
||||||
"one ", //
|
"one ", //
|
||||||
"twoˇ", //
|
"twoˇ", //
|
||||||
"three ", //
|
"three ", //
|
||||||
"four", //
|
"four", //
|
||||||
]
|
]
|
||||||
|
@ -4446,7 +4446,7 @@ async fn test_strip_whitespace_and_format_via_lsp(cx: &mut gpui::TestAppContext)
|
||||||
&[
|
&[
|
||||||
"one", //
|
"one", //
|
||||||
"", //
|
"", //
|
||||||
"twoˇ", //
|
"twoˇ", //
|
||||||
"", //
|
"", //
|
||||||
"three", //
|
"three", //
|
||||||
"four", //
|
"four", //
|
||||||
|
@ -4461,7 +4461,7 @@ async fn test_strip_whitespace_and_format_via_lsp(cx: &mut gpui::TestAppContext)
|
||||||
cx.assert_editor_state(
|
cx.assert_editor_state(
|
||||||
&[
|
&[
|
||||||
"one ", //
|
"one ", //
|
||||||
"twoˇ", //
|
"twoˇ", //
|
||||||
"three ", //
|
"three ", //
|
||||||
"four", //
|
"four", //
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue