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

rustup #3705

Merged
merged 4 commits into from
Jan 27, 2019
Merged

rustup #3705

merged 4 commits into from
Jan 27, 2019

Commits on Jan 27, 2019

  1. rustup rust-lang/rust#57726

    matthiaskrgr committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    e9e0a7e View commit details
    Browse the repository at this point in the history
  2. rustup rust-lang/rust#57907

    for file in `fd \.rs$` ; do sed  -i  s/span_suggestion_with_applicability/span_suggestion/g $file ; done
    
    for file in `fd \.rs$` ; do sed  -i  s/span_suggestion_short_with_applicability/span_suggestion_short/g $file ; done
    
    for file in `fd \.rs$` ; do sed  -i  s/span_suggestions_with_applicability/span_suggestions/g $file ; done
    matthiaskrgr committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    3a96d6b View commit details
    Browse the repository at this point in the history
  3. run cargo fmt

    matthiaskrgr committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    79b1d9a View commit details
    Browse the repository at this point in the history
  4. update test stderr

    matthiaskrgr committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    16c0a2f View commit details
    Browse the repository at this point in the history