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

Make libsyntax::print::pp more idiomatic #33309

Merged
merged 2 commits into from
May 3, 2016
Merged

Commits on May 1, 2016

  1. libsyntax/pp: minor modernizations

    * implement Display on Token instead of custom tok_str() fn
    * use expression returns
    * remove redundant parens in asserts
    * remove "/* bad */" comments that appear to be related to early
      changes in memory management
    * and a few individual idiomatic changes
    birkenfeld committed May 1, 2016
    Configuration menu
    Copy the full SHA
    3eef083 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4186169 View commit details
    Browse the repository at this point in the history