rustdoc: Fix build error

This commit is contained in:
Brian Anderson 2012-11-21 11:25:01 -08:00
parent e6d87a3ef4
commit 2d4c217186

View File

@ -116,7 +116,7 @@ fn mock_program_output(_prog: &str, _args: &[~str]) -> {
}
}
fn parse_config(args: &[~str]) -> Result<Config, ~str> {
pub fn parse_config(args: &[~str]) -> Result<Config, ~str> {
parse_config_(args, run::program_output)
}