Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1238 from rust-lang/glob-map
Browse files Browse the repository at this point in the history
Don't pass now removed MakeGlob parameter to rustc
  • Loading branch information
Xanewok authored Jan 18, 2019
2 parents d7c2eb8 + ae0d89a commit 1b3d687
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/build/rustc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ impl<'a> CompilerCalls<'a> for RlsRustcCalls {
);
});
result.after_analysis.run_callback_on_error = true;
result.make_glob_map = rustc_resolve::MakeGlobMap::Yes;

result
}
Expand Down

0 comments on commit 1b3d687

Please sign in to comment.