mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
cargo format
This commit is contained in:
parent
9f6909c0ce
commit
5c4df97996
5 changed files with 117 additions and 117 deletions
|
@ -205,7 +205,7 @@ fn very_obsolete() {}
|
|||
.unwrap();
|
||||
let structure = file_structure(&file);
|
||||
assert_debug_snapshot_matches!(structure,
|
||||
@r#"[
|
||||
@r#"[
|
||||
StructureNode {
|
||||
parent: None,
|
||||
label: "Foo",
|
||||
|
@ -390,6 +390,6 @@ fn very_obsolete() {}
|
|||
deprecated: true,
|
||||
},
|
||||
]"#
|
||||
);
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue