Skip to content

Commit b6ad840

Browse files
committed
rustdoc: Make gen module exports explicit
1 parent 5f25804 commit b6ad840

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rustdoc/gen.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import std::io::writer_util;
33
import rustc::syntax::ast;
44
import rustc::syntax::print::pprust;
55

6+
export write_markdown;
7+
68
type ctxt = {
79
ps: pprust::ps,
810
w: io::writer

0 commit comments

Comments
 (0)