Skip to content

Commit 346db91

Browse files
committed
---
yaml --- r: 3740 b: refs/heads/master c: 4c0a2ed h: refs/heads/master v: v3
1 parent 4eac7a4 commit 346db91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 3070439c00d1f6c105b4b9cf6ca655892ec18571
2+
refs/heads/master: 4c0a2ed378cfdf5528cec813f1e02a42891edb2a

trunk/src/comp/metadata/decoder.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,10 @@ fn list_meta_items(&ebml::doc meta_items, io::writer out) {
327327
}
328328

329329
fn list_crate_attributes(&ebml::doc md, io::writer out) {
330-
out.write_str("=Crate Attributes=");
330+
out.write_str("=Crate Attributes=\n");
331331

332332
for (ast::attribute attr in get_attributes(md)) {
333-
out.write_str(#fmt("%s", pprust::attribute_to_str(attr)));
333+
out.write_str(#fmt("%s\n", pprust::attribute_to_str(attr)));
334334
}
335335

336336
out.write_str("\n\n");

0 commit comments

Comments
 (0)