Skip to content

Commit e8bd883

Browse files
committed
---
yaml --- r: 37687 b: refs/heads/try c: 2d4c217 h: refs/heads/master i: 37685: 0914554 37683: 44aa798 37679: e048e78 v: v3
1 parent fe468a2 commit e8bd883

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5-
refs/heads/try: e6d87a3ef446bd111523979eef92dc51c1780ee1
5+
refs/heads/try: 2d4c21718614020c8f28fb5e14dae25552833ac7
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/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)