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

Commit

Permalink
Remove state.analysis due to Rust PR #57476
Browse files Browse the repository at this point in the history
While Clippy is still broken for the newest nightly, this unbreaks
the --no-default-features workflow.

Link to PR: rust-lang/rust#57476
  • Loading branch information
Xanewok committed Jan 20, 2019
1 parent 5f18294 commit c9d25b6
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 @@ -332,7 +332,6 @@ impl<'a> CompilerCalls<'a> for RlsRustcCalls {
save::process_crate(
state.tcx.expect("missing tcx"),
state.expanded_crate.expect("missing crate"),
state.analysis.expect("missing analysis"),
state.crate_name.expect("missing crate name"),
state.input,
None,
Expand Down

0 comments on commit c9d25b6

Please sign in to comment.