cargo format

This commit is contained in:
Phil Ellison 2019-07-28 12:08:06 +01:00
parent 9f6909c0ce
commit 5c4df97996
5 changed files with 117 additions and 117 deletions

View file

@ -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,
},
]"#
);
);
}
}