Skip to content

Commit 2d4c217

Browse files
committed
rustdoc: Fix build error
1 parent e6d87a3 commit 2d4c217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ fn mock_program_output(_prog: &str, _args: &[~str]) -> {
116116
}
117117
}
118118

119-
fn parse_config(args: &[~str]) -> Result<Config, ~str> {
119+
pub fn parse_config(args: &[~str]) -> Result<Config, ~str> {
120120
parse_config_(args, run::program_output)
121121
}
122122

0 commit comments

Comments
 (0)