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 #1612 from JohnTitor/rustup-0110
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Jan 13, 2020
2 parents 7c0489c + e4ae9fc commit d8afef5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ci/azure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
parameters:
rust_version: ${{ parameters.rust }}
- script: |
rustup component add rust-src rust-analysis
rustup component add rust-src rust-analysis rustc-dev
displayName: Install distributed Rust source code for Racer autocompletion
- ${{ each crate in parameters.crates }}:
- script: cargo test -v
Expand Down
1 change: 0 additions & 1 deletion rls-rustc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ struct ShimCalls {

impl Callbacks for ShimCalls {
fn config(&mut self, config: &mut interface::Config) {
config.opts.debugging_opts.continue_parse_after_error = true;
config.opts.debugging_opts.save_analysis = true;

#[cfg(feature = "clippy")]
Expand Down

0 comments on commit d8afef5

Please sign in to comment.