Skip to content

Commit e30388f

Browse files
committed
Long lines
1 parent c1a1722 commit e30388f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustdoc/markdown_pass.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,8 @@ mod test {
883883
debug!("doc (trim): %?", doc);
884884
let doc = (trim_pass::mk_pass().f)(srv.clone(), doc);
885885
debug!("doc (sectionalize): %?", doc);
886-
let doc = (markdown_index_pass::mk_pass(config).f)(srv.clone(), doc);
886+
let doc = (markdown_index_pass::mk_pass(config).f)(
887+
srv.clone(), doc);
887888
debug!("doc (index): %?", doc);
888889
(srv.clone(), doc)
889890
}

0 commit comments

Comments
 (0)