Skip to content

Commit da47887

Browse files
committed
---
yaml --- r: 115499 b: refs/heads/try c: 5d145c1 h: refs/heads/master i: 115497: 58e55b8 115495: 6835b55 v: v3
1 parent 606b10d commit da47887

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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: bee4e6adac17f87b1cdc26ab69f8c0f5d82575a3
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5-
refs/heads/try: 1547caf748a8bee075038364361633759b1fed88
5+
refs/heads/try: 5d145c1c18abb1a6b81238dd1b73178635c12f0a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/librustdoc/core.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ use rustc;
1212
use rustc::{driver, middle};
1313
use rustc::metadata::creader::Loader;
1414
use rustc::middle::privacy;
15+
use rustc::middle::lint;
1516

1617
use syntax::ast;
1718
use syntax::parse::token;
@@ -65,6 +66,7 @@ fn get_ast_and_resolve(cpath: &Path, libs: HashSet<Path>, cfgs: Vec<~str>)
6566
maybe_sysroot: Some(os::self_exe_path().unwrap().dir_path()),
6667
addl_lib_search_paths: RefCell::new(libs),
6768
crate_types: vec!(driver::session::CrateTypeDylib),
69+
lint_opts: vec!((lint::Warnings, lint::allow)),
6870
..rustc::driver::session::basic_options().clone()
6971
};
7072

0 commit comments

Comments
 (0)