Rerun cargo format, to make tests pass and formatting incorrect

This commit is contained in:
Phil Ellison 2019-07-28 12:45:01 +01:00
parent 44b2642900
commit 67e75ca126
2 changed files with 7 additions and 7 deletions

View file

@ -389,7 +389,7 @@ mod tests {
let new_name = "foo2"; let new_name = "foo2";
let source_change = analysis.rename(position, new_name).unwrap(); let source_change = analysis.rename(position, new_name).unwrap();
assert_debug_snapshot_matches!(&source_change, assert_debug_snapshot_matches!(&source_change,
@r###"Some( @r###"Some(
SourceChange { SourceChange {
label: "rename", label: "rename",
source_file_edits: [ source_file_edits: [