mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 22:13:39 +00:00
Add blank lines for readability
This commit is contained in:
parent
c651cf7cd1
commit
69c944a1e2
1 changed files with 4 additions and 0 deletions
|
@ -285,8 +285,10 @@ mod tests {
|
||||||
mod a;
|
mod a;
|
||||||
mod b;
|
mod b;
|
||||||
enum E { X(Foo<|>) }
|
enum E { X(Foo<|>) }
|
||||||
|
|
||||||
//- /a.rs
|
//- /a.rs
|
||||||
struct Foo;
|
struct Foo;
|
||||||
|
|
||||||
//- /b.rs
|
//- /b.rs
|
||||||
struct Foo;
|
struct Foo;
|
||||||
",
|
",
|
||||||
|
@ -300,6 +302,7 @@ mod tests {
|
||||||
"
|
"
|
||||||
//- /lib.rs
|
//- /lib.rs
|
||||||
mod <|>foo;
|
mod <|>foo;
|
||||||
|
|
||||||
//- /foo.rs
|
//- /foo.rs
|
||||||
// empty
|
// empty
|
||||||
",
|
",
|
||||||
|
@ -310,6 +313,7 @@ mod tests {
|
||||||
"
|
"
|
||||||
//- /lib.rs
|
//- /lib.rs
|
||||||
mod <|>foo;
|
mod <|>foo;
|
||||||
|
|
||||||
//- /foo/mod.rs
|
//- /foo/mod.rs
|
||||||
// empty
|
// empty
|
||||||
",
|
",
|
||||||
|
|
Loading…
Reference in a new issue