Skip to content

Commit c39ca24

Browse files
committed
Rustup
1 parent fe27ac5 commit c39ca24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ pub fn main() {
170170
// this check ensures that dependencies are built but not linted and the final crate is
171171
// linted but not built
172172
let mut ccc = ClippyCompilerCalls::new(env::args().any(|s| s == "-Zno-trans"));
173-
let (result, _) = rustc_driver::run_compiler(&args, &mut ccc);
173+
let (result, _) = rustc_driver::run_compiler(&args, &mut ccc, None, None);
174174

175175
if let Err(err_count) = result {
176176
if err_count > 0 {

0 commit comments

Comments
 (0)