Skip to content

Commit f767494

Browse files
committed
---
yaml --- r: 49583 b: refs/heads/master c: a346def h: refs/heads/master i: 49581: 8e7320e 49579: 5a16de8 49575: 432d53a 49567: 82b04cb v: v3
1 parent 91850c9 commit f767494

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: 043150b9ab29e46d0dbee36e53737915a09163b7
2+
refs/heads/master: a346def8b24f2d0c59e7b1d6212fc351fdbc1745
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: f7a2371c176663d59062ec5158f39faecba45768
55
refs/heads/try: 2a8fb58d79e685d5ca07b039badcf2ae3ef077ea

trunk/src/librustdoc/parse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ pub fn from_str_sess(sess: session::Session, source: ~str) -> @ast::crate {
3939
}
4040
4141
fn cfg(sess: session::Session, input: driver::input) -> ast::crate_cfg {
42-
driver::default_configuration(sess, ~"rustdoc", input)
42+
driver::build_configuration(sess, ~"rustdoc", input)
4343
}

0 commit comments

Comments
 (0)