mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
rustdoc: Fix build error
This commit is contained in:
parent
e6d87a3ef4
commit
2d4c217186
@ -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…
Reference in New Issue
Block a user