rustdoc: Fix build error
This commit is contained in:
parent
e6d87a3ef4
commit
2d4c217186
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue