Skip to content

Commit ffe704d

Browse files
committed
---
yaml --- r: 35213 b: refs/heads/master c: 2d4c217 h: refs/heads/master i: 35211: 74be967 v: v3
1 parent 6558846 commit ffe704d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: e6d87a3ef446bd111523979eef92dc51c1780ee1
2+
refs/heads/master: 2d4c21718614020c8f28fb5e14dae25552833ac7
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/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)