Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RLS and Rustfmt #62805

Merged
merged 3 commits into from
Jul 30, 2019
Merged

Update RLS and Rustfmt #62805

merged 3 commits into from
Jul 30, 2019

Commits on Jul 30, 2019

  1. Update RLS

    Xanewok committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    d2d192e View commit details
    Browse the repository at this point in the history
  2. Update Rustfmt

    Xanewok committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    ab27d67 View commit details
    Browse the repository at this point in the history
  3. Enable nightly feature for crossbeam-utils dep

    Last two commits bumped rustc-ap-* crates which also transitively
    updated rustc_data_structures. That crate enables the "nightly"
    whereas Cargo's dep does not hence why we need to unify the features
    to deduplicate the artifacts.
    Xanewok committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    1b61db7 View commit details
    Browse the repository at this point in the history