mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Tidy up
This commit is contained in:
parent
8c292e3cc5
commit
0415dcd832
2 changed files with 26 additions and 32 deletions
|
@ -265,11 +265,11 @@ impl Test for T {
|
|||
t<|>
|
||||
}
|
||||
"#,
|
||||
expect![[r#"
|
||||
ta type TestType =
|
||||
ct const TEST_CONST: u16 =
|
||||
fn fn test()
|
||||
"#]],
|
||||
expect![["
|
||||
ta type TestType = \n\
|
||||
ct const TEST_CONST: u16 = \n\
|
||||
fn fn test()
|
||||
"]],
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue