mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
Rustup to *rustc 1.14.0-nightly (289f3a4ca 2016-09-29)*
This commit is contained in:
parent
fe27ac5fd2
commit
eec5425b34
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ pub fn main() {
|
|||
// this check ensures that dependencies are built but not linted and the final crate is
|
||||
// linted but not built
|
||||
let mut ccc = ClippyCompilerCalls::new(env::args().any(|s| s == "-Zno-trans"));
|
||||
let (result, _) = rustc_driver::run_compiler(&args, &mut ccc);
|
||||
let (result, _) = rustc_driver::run_compiler(&args, &mut ccc, None, None);
|
||||
|
||||
if let Err(err_count) = result {
|
||||
if err_count > 0 {
|
||||
|
|
Loading…
Reference in a new issue